html {
overflow:hidden; /* gets rid of the scroll bars in IE6 */
max-height:100%; /* fixes the display height in Mozilla and Firefox */
padding:0 0 0 0; /* for IE6 to bring the bottom of the body up to the bottom of the screen (the extra 1px is for the border) */
background:rgb(102,102,102);
margin:0 0 0 0;
}

body {
margin:-15 0 0 0;
padding:0 0 0 0 ;
	overflow:auto;
	height:100%
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; 
	background:rgb(102,102,102);
}

#container {
	padding:0 0 0 0 ;
	margin: 0 auto; 
	text-align: left; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	background:white;
	width: 750;
	height:100%;	
	}


#logo {
height:640px;
width: 700px; 
background:url(images/rdmainlogo.jpg); 
background-repeat: no-repeat;
margin-left:45px;
 }

#centersection{
width: 740px;
height:385px;  
background:url(images/fezzas.jpg); 
background-repeat: no-repeat;
margin-left:5px;
 }


#menu {
margin:5 0 0 0;
padding:5 0 0 0;
width: 750px;
text-align:center;

 }

#footer {
width: 750px;
text-align: center;
 }

a
{
 color: black;
}

a:hover{
    color: red;
}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; clip:     rect(12px   ); line-height: normal}
.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}


