


body{
	padding: 0;
	margin: 0;
background:url(images/splash-bg.jpg) top center repeat-x;
	color: #292727;
	font: 80%/1.5em Verdana, sans-serif;
text-align:center;
}

#homepage{
border:3px solid #EFEFEF;
-moz-border-radius-bottomleft: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
-webkit-border-bottom-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;

width:800px;
margin:10px auto;
background:url(images/assembly-logo.png)  center center no-repeat;

padding-bottom:30px;

}


#homepage h1{
font: normal normal 250%/1.0em Georgia,serif ;
color:#990000;
margin: 20px auto 10px auto;
}

#homepage h2{
font: normal normal 120%/1.3em Arial,sans-serif ;
color:#000;
margin:0px;
}


#homepage h2.link{
font: normal normal 170%/1.3em Arial,sans-serif ;
color:#0000FF;
text-align:center;
padding: 0px;
margin:10px auto 10px auto;
}




.hometable{
margin:0px auto 0px auto;
}


.hometable .leftcell{
padding:10px 20px 0px 20px;
text-align:right;
}


.hometable .rightcell{
padding:10px 20px 0px 20px;
text-align:left;
}



