/* CSS Document */

body {
background-image:url(images/bg.gif);
margin-top:0px;
background-color: #0099FF;
background-attachment:fixed;
}

a:link {
	color:#000000;
	}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
a:hover {
	color:#000000;
}


#site {
width:752px;
height:auto;
margin-right:auto;
margin-left:auto;
}

#banner {
background-image:url(images/banner.png);
height:200px;
width:754px;
margin-right:auto;
margin-left:auto;
border-bottom:1px;
border-bottom-color:#000000;
border-bottom-style:solid;
}
#content {
background-image:url(images/background2.gif);
width:742px;

padding-right:5px;
padding-left:5px;

border-top-style:solid;
border-top-width:1px;
border-left-style:solid;

border-left-width:1px;
border-right-style:solid;
border-right-width:1px;
border-bottom-style:solid;
border-bottom-width:1px;

font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#000000;
}
#footer {
background-image:url(images/bottem1.png);
width:754px;
height:82px;
margin-right:auto;
margin-left:auto;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
#button {
width:756px;
height:36px;


}

.spacer {
clear:both;
}


