@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#fff;
	
}

#head {

}

#videostill
{
padding:0;
margin-top: 75px;
margin-left: auto;
margin-right:0px;
float:right;
position:relative;

}

#products
{
padding:0;
margin-left: auto;
margin-right:0px;
float:right;
position:relative;

}
p.header { font-family: Georgia; font-size: 20px; color: #fff; line-height: 0px; text-align: left; margin-left: 27%}
p { font-family: Georgia; font-size: 20px; color: #000; line-height: 10px; text-align: left; margin-left: 27%}

h1 { font-family: Georgia; font-size: 45px; color: #fff; line-height: 0px; text-align: left; margin-left: 27%; margin-top: auto; line-height:10px; }