* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) #99DAF6 repeat-x;
}

h1 {
	margin: 0 auto;
	margin-top: 25px;
	text-indent: -4200px;
	width: 510px;
	height: 20px;
	background: url(../images/h-example.gif) no-repeat;
	border-bottom: 1px solid #444;
	overflow: hidden;
}

#yshout {
	width: 440px;
	margin-top:-2px;
	float: left;
}

#header {
	width: 930px;
	height: 150px;
	margin: auto;
}

	.logo { background: url(../images/logo.png); width: 480px; height: 151px; }
	.banner {
		background: url(../images/ban01.gif) no-repeat center;
		width: 460px;
		height: 110px;
		margin: 15px 0px 25px 450px;
		float: left;
	}

#content {
    background: url(../images/bg-cont.gif) no-repeat;
    width: 910px;
    height: 380px;
    padding: 10px 30px 10px 30px;
    margin: auto;
}

.video {
	background-color: #FFF;
    width: 400px;
    height: 350px;
    padding: 10px;
    float:left;
}

#footer {
	width: 930px;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #3C8FC3;
	text-align: center;
	margin: auto;
	margin-top: 5px;
}

	#footer a:link, #footer a:active, #footer a:visited { color:#3C8FC3; text-decoration:none }
	#footer a:hover { text-decoration:underline; }