body {
	background-repeat: repeat;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-position: center top;
}
#main {
	height: auto;
	width: auto;
	top: auto;
	bottom: auto;
}
a:hover {
	text-decoration: none;
	display: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#content {
	background-image: url(../images/body.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 546px;
	width: 900px;
}
#content #text {
	padding-right: 45px;
	padding-left: 45px;
}
#content #video {
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}
#content #video #text1 {
	background-position: right;
	width: 400px;
	float: right;
	height: 250px;
	padding-right: 45px;
}
