#container {
	position:relative;
	width: 760px;
	height: 2890px;
	background: url(../images/body-bg1.jpg);
	background-color: #252525;
	margin: 0px auto;
	text-align: left;
	font-family: Trebuchet MS, Helvetica Neue, Verdana, Arial, sans serif;
}
#body-img {
	position: center;
	margin: 16px 16px;
}
#promos {
	margin:0 10px 0 0;
	float: right;
	padding: 0;
}
#promos li {
	list-style: none;
	float: right;
}
#promos li img {
	margin: 0 5px 0 0;
	padding: 0px;
}
.letter {
	margin: 20px 50px 20px 10px;
	padding: 5px;
	font-size: 15px;
}
#video {
	margin: 20px 10px 20px 10px;
}
.letter2 {
	margin: 20px 50px 20px 10px;
	padding: 5px;
	font-size: 15px;
}
.button {
	margin: 20px 0 20px 20px;
	
}
.button a {
	margin: 20px -100px 20px 20px;
	font-size: 30px;
	color: yellow;
}
.button a:hover {
	text-decoration: underline;
}
.button2 {
	margin: 40px 0 20px 0;
}
.button3 {
	margin: 40px 0 20px 0;
}	
.text {
	margin-top: 40px;
}
#copyright {
	text-align: left;
	margin-left: 10px;
	color: #ffffff;
	font-size: 12.25px;
	margin-top: 165px;
}
#footer {
	margin: 0 0 -50px 0;
}
.clear {
	clear: both;
}