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

body {
	background-color:#000000;
	/*background-image: url(images/background.jpg);
	background-repeat: repeat;*/
	}
#wrapper {
	height: 900px;
	width: 960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#bar{
	height: auto;
	width: 960px;
	margin: 0;
	padding: 0;
}
#playerContainer {
	text-align:center;
	height: auto;
	width: auto;
	padding:0;
	margin: 0px;
}
#top {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 142px;
	width: 960px;
}
#bottom {
	height: 225px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/VideoBackgroundBottom.gif);
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#buttons {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

