/* CSS Document */

*        {

		margin:				0px;
		padding:			0px;
		font:				100.01%/1.5 "Arial", "Helvetica", "Nimbus", sans-serif;

}

HTML, BODY {

	    height:  100%;
	    width:   100%;

	
}
BODY {

    background: #B90005 url(../img/back-top.gif) repeat-x;
    text-align:center;
		
}
A {

		text-decoration:	none;
		color:			#747474;
}


#container {

		position:				relative;
	        margin:                                 0 auto;
		width:					740px;  

}	
#flash {

	float:left;

}	
#topnav {

	float:right;

}	

