@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	color:white;
	padding:18px 0px 0px 0px;
	font-family:verdana;
	font-size:12px;
	text-align: left;
}

p {
	display: block;
	margin-left: 70%;
}

.title {
	margin: 0px 0px 0px 10px;
}


#videoWrapper{
	width:1020px;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 160px;
}

#videoPlayerContainer {
	width: 800px;
	height: 600px;
	margin-top: 12px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}


#menuTop {
	position: absolute;
	width: 192px;
	height: 17px;
	top: 110px;
	margin-left: 830px;
}

#menuTop img {
	margin-right: 8px;
}

#thumbbreaker {
	width: 500px;
}

#indexContainer {
	height: 60px;
	width: 450px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

#indexContainer img {
	margin-right: 8px;
}

a:link {
	color:#333333;
	text-decoration:none;
}

a:active {
	color: #FFFFFF;
	text-decoration:none;
}

a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
}