@charset "utf-8";
.body{
background-image:url(../images/background.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
.body a{
text-decoration:none;
color:#FFFFFF;
}
.body a:hover{
text-decoration:underline;
}
#mainContainer{
margin-left:auto;
margin-right:auto;
width:650px;
}
#topMenu{
background-image:url(../images/top.png);
width:650px;
height:30px;
background-position:right;
background-repeat:no-repeat;
font-size:9px;
text-align:right;
}
#topMenu p{
padding-top:10px;
padding-right:25px;
}
#topLine{
background-image:url(../images/topLine.png);
width:650px;
height:30px;
}
#underConstruction{
background-image:url(../images/body.png);
width:650px;
height:205px;
text-align:center;
}
#projects{
background-image:url(../images/body.png);
width:650px;
height:395px;
text-align:center;
}
#projectsSlide{
width:347px;
height:289px;
margin:0 auto;
background-image:url(../images/slideshow.png);
background-repeat:no-repeat;
}
#bottomLine{
background-image:url(../images/bottomLine.png);
width:650px;
height:30px;
}
#designBy{
background-image:url(../images/bottom.png);
background-repeat:no-repeat;
width:650px;
height:30px;
}