/* CSS Document */

body{
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
div#container{
margin:0 auto;
border-color:#0077ff;
border-width:1px;
border-style:solid;
min-height:450px;
width:980px;
text-align:center;
}
div#header{
width:100%;
height:80px;
text-align:left;
}
div#navigation{
background-color:#0077FF;
height:20px;
width:100%;
}
div#content{
height:300px;
}
div#footer{
height:20px;
background-color:#00CC00;
}


