body{
margin: 0px;
border: 0px;
padding: 0px;
background: #ffffff;
background-image: url(images/vbs2010-bg.png);
background-repeat: repeat-x;
background-attachment: fixed;
}

/* Fixes IE's centering */
#container{
text-align: center;
margin: 0;
top: 0px;
}

#banner{
position: relative;
margin: auto;
top: 0px;
width: 700px;
padding: 0px;
background: #d30a05;
border-left: 1px solid #286b87;
border-right: 1px solid #286b87;
}

#nav{
position: relative;
margin: auto;
width: 700px;
background: #1e86c8;
border-left: 1px solid #1e86c8;
border-right: 1px solid #1e86c8;
border-bottom: 1px solid #000000
border-top: none;
}

#content{
background-image: url(images/vbs2010-body-bg.png);
position: relative;
width: 690px;
background: #91d7ff;
min-height: 500px;
margin: auto;
padding: 5px;
border-left: 1px solid #286b87;
border-right: 1px solid #286b87;
border-bottom: 1px solid #286b87;
text-align: left;
font-family: verdana;
font-size: 12px;
color: #263063;
}

#footer{
width: 100%;
border-top: 1px solid #4c0e63;
text-align: right;
position: relative;
}
