html {
	height:100%; /* needed for container min-height */
	}


body         {
background:url(../images/bg.jpg);
text-align: center; /*fixes IE bug when centering all content */
font-family: century gothic, arial, verdana, san-serif;
font-size: 11px;
line-height: 1.5em;
color: #000000;
margin-top:0;
                }

a:link {color:black; }
a:visited  {color:black; }
a:hover {color:#FFC500; text-decoration:none;}
a:active  {color:white; text-decoration:none;}

#container 	{
width: 767px;
margin-left: auto;
margin-right: auto;
text-align: left; /*positions text left aligned, and the margins are set
to auto to keep layout centered*/
position: relative;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
background-color:#FFFFFF;
}

#header{
height:319px;
background:url(../images/header.png) no-repeat 0 0;
}

#main{
margin-top: 2px;
border:1px solid black;
border-top: 0;
border-bottom:0;
width: 739px;
padding-left:27px;

}

#imagerotator{
position: relative;
top: 10px;

}


#product{
position: relative;
left:300px;
top:-245px;

}

#logos{
position:relative;
left:-10px;
padding-bottom: -10px;
}



#footer{
position:relative;
height: 31px;
}




