

body  { 
 margin: 0; 
 padding: 0; 
 text-align: center;
 background-color: #CCCCCC; 
} 

#wrapper  { 
 margin: 0 auto; 
 padding: 0; 
 width: 727px;  <-- this is the width of the site to be centered

 text-align: left;
	
} 

#content {
	width: 727px;
	 height: 619px;
	 background-image: url(images/bkgrnd.gif);
	margin-top: 40px;
}

#video {
	width: 400px;
	height: 300px;
	position: relative;
	top: 220px;
	left: 50px;
}

#button {
	width: 230px;
	height: 66px;
	position: relative;
	left: 470px;
	top: 20px;
}

#footer {
	color: #fff;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	bottom: 46px;
	position: relative;
}

#footer a:link {
	color: #c9ccca;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}