@charset "utf-8";
/* CSS Document */

#site_container
{
	margin:auto;
	width: 960px;
	height:997px;
	position:relative;
	border: 2px medium #ffffff;
}

#BN_center
{
	width: 142px;
	height: 80px;
	float: left;
	background:url(images/BuyNow_Center.jpg);
}

#BN_left
{
	width:498px;
	height: 80px;
	background:url(images/BuyNow_Left.jpg) no-repeat;
	float: left;
}

#BN_right
{
	height: 80px;
	width: 320px;
	background:url(images/BuyNow_Right.jpg) no-repeat;
	float:right;
}

form
{
	padding: 7px 0px 0px 10px;
}

#footer
{
	background:url(images/newFooter.jpg) no-repeat;
	width: 960px;
	height: 337px;
	float:left;
}

#silhouette
{
	position: relative;
	top: 5px;
}

body
{
	background-color:#333333;
	height: 997px;
}

#header
{
	background:url(images/HeaderBckgrnd.jpg) no-repeat;
	height: 132px;
}

#body
{
	background: url(images/BodyBackgrnd.jpg) no-repeat;
	height: 548px;
	
}

#movie
{
	top: -670px;
	left: 273px;
	position:relative;
}

img
{
	position:relative;
	border-style: none;
}

#links
{
	position: relative;
	float: right;
	top: 5px;
	left: -5px;
}

#subscribe_btn
{
	position: relative;
	display:block;
	float: right;
	left: -83px;
	top: -665px;
	width: 175px;
	height: 300px;
	background: url(images/subscribe.png) no-repeat;
	text-indent:-9999px;
}

#subscribe_btn:hover
{
	background: url(images/subscribe_ovr.png) no-repeat;
}

a { outline: 0 none; }
