html{
height:100%;
margin:0;
padding:0;
position:relative;
width:100%;
}
body{
background-color:white;
padding: 0;
margin: 0;
width: 100%;
font-family: Trebuchet MS;
font-size: 12px;
position: relative;
min-height: 100%;
}
* html body{
height: 100%;
}

#topline{
float:left;}
#topline a{}
#topline a img{
border:medium none;
height:70px;
width:270px;
}

#meta{
background-color:#555555;
bottom:0;
height:70px;
padding:10px 0 0;
position:absolute;
width:100%;
}
#meta p.copyright{
color:white;
margin:3px auto;
width:950px;
}

#content{
margin:0 auto;
position:relative;
width:950px;
padding: 0 0 90px 0;
}
#header{
background-image:url(/images/logo.png);
background-repeat:no-repeat;
height:77px;
margin-top:20px;
overflow:hidden;
position:relative;
width:100%;
}
#topmenu{
float:right;
margin:30px 0 0;
position:relative;
width:640px;
}
#main{padding: 40px 0 0 0;}

#leftblock{
float:left;
margin:0;
padding:0;
position:relative;
width:300px;
}
#rightblock{
float:right;
margin:0;
padding:0;
position:relative;
width:648px;
}