
html {
height:100%;
}

body {
margin:0;
padding:0;
height:100%;
width:100%;
vertical-align:middle;
}

#container {
margin:auto;
width:960px;
height:600px;
background: url(back.jpg) no-repeat;
background-position:top center;
}

#container #header {

height:330px;
width:960px;
text-align:right;


}

#container #content {
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
height:300px;
}

#content .col1 {
float:left;
width:200px;
height:100px;

}

#content .col2 {
float:left;
width:250px;
margin-left:10px;

height:100px;
}

#content .col3 {
float:right;
width:200px;
height:100px;
}

#container #footer {
clear:both;
font:12px Arial, Helvetica, sans-serif;
text-align:center;
}

