
body {
	background-color:#fff;
    /* background-image: url('mainbg.png'); */
	font-family: arial,helvetica,sans-serif;
	text-align:center;
    margin-top: 0;
    margin-bottom: 0;
}

#page {
    /* background-image: url('target.png'); */
    background-position: center top;
    background-repeat: no-repeat;
}

#content {
    background-color: #eeeeee;
	margin: 0 auto;
    padding: 15px;
}

#video {
    margin-top: 0px;
}

#title, #footer {
    margin: 0 auto 20px auto;
    width: 720px;
    text-align: left;
    z-index: 10;
}

#header {
	/* background-color: #7ca2c5; */
    margin-bottom: 40px;
}

#header img {
    margin: 15px 0 30px 0;
}

.player {
	margin: 20px auto;
}

h1, h2 {
	font-weight: bold;		
	/* margin-bottom: -10px; */
}

h1 {
	font-size: 22px;
	color: #7ca2c5;
}

h2 {
	font-size: 18px;
	color: #7ca2c5;
}

.less {
	color:#999;
	font-size:12px;
}

a {
    font-size: 11px;
}

