
* {
 margin: 0;
 padding: 0;
}

body{
background-repeat : no-repeat;
background-position: top center;
background-color:#DCFADC;
font-family : Arial,Helvetica, sans-serif;
LINE-HEIGHT: 18px;
FONT-SIZE: 14px;
color:#3D3D3D;
}

ul{
align:center;
}

img{
border:0px solid white;
}

div#page {
position:relative;
border:0px solid red;
width:900px;
margin:0px auto;
padding:0px;
/*background-image : url(http://.jpg);*/
}

#page a{
color:#079950;
text-decoration:none;
}

#page a:hover{
color:#008081;
text-decoration:none;
}

div#header {
border:0px solid blue;
margin-top:20px;
width:700px;
margin-left:auto;
margin-right:auto;
height:120px;
}

#header a{
color:white;
}

#header a:hover{
color:white;
}

div#pre-content {
border:0px solid purple;
width:800px;
margin-left:auto;
margin-right:auto;
height:50px;
}

div#content {
border:0px solid purple;
width:800px;
margin-left:auto;
margin-right:auto;
}


div#footer {
width:800px;
margin-left:auto;
margin-right:auto;
border-top:2px solid #009B4F;
}
