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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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 */
	color: #ffffff;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #781580;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:1150px;
}

.oneColFixCtr #pack {
	float:left;
	width:317px;
	height:379px;
	background-image:url(images/pack.jpg);
}
.oneColFixCtr #pack2 {
	float:left;
	width:317px;
	height:406px;
	background-image:url(images/pack2.jpg);
}

.oneColFixCtr #bottom {
	
	height:227px;
	background-image:url(images/bottom.jpg);
}
.oneColFixCtr #trailer {

	float:left;
	width:483px;
	height:379px;
	background-image:url(images/outdvd.jpg);
}

 #mediaspace {
	margin-top: 80px;
	margin-left:24px;
}

 #text {
	float:left;
	padding:10px;
	width: 416px;
	margin-top: 10px;
	margin-left:24px;
}

 #buy {
	 margin-top:20px;
	 margin-left: 40px;
	
	width:203px;
	height:49px;
}

 #buy2 {
	 margin-top:10px;
	 margin-left: 40px;
	
	width:203px;
	height:49px;
}

 #sales {
	margin-top:10px;
	
	width:592px;
	height:29px;
	font-size:10pt;
	float:left;
	color: #609;
	
}

#netflix {
	float:right;
	width: 200px;
	margin-top: -48px;
	}

 #network {
	 margin-top:9px;
	 margin-left: 40px;
	text-align: center;
	width:203px;
	height:29px;
	font-size:10pt;
}

 #text1 {
	 padding:20px;
 	font-size:11pt;
 }
 
 #footer {
	 background-color:#ffedf1;
	 height:48px;
	 padding-left:30px;
	 }
