@charset "utf-8";
/* CSS Document */
body{
margin:0px;
text-align:center;
font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:12px;
color:#676767;
background-image:url(../images/background.gif);
background-repeat:repeat-y;
background-position:center;
}
div#allContent{
margin:auto;
width:700px;
text-align:left;
position:relative;
}
div#content{
margin:0px 100px 50px 100px;
}
div#homeContent{
margin:0px;
}
div#header{
width:700px;
height:180px;
}
div#footer{
text-align:center;
}
div#footerText{
padding:10px;
}
div#footerText p{
color:#9b9b9b;
}
div#footerText a{
color:#9b9b9b;
}
div#footerText a:hover{
color:#3d7189;
}
#footerImg img{
border:none;
}
