body {
	font-family: Arial, serif;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	margin:0px;
	padding:0px;
}

a {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}
a:link  {
        color:#fff;
}
a:hover {
        color:#ccc;
}

#content {
	overflow:auto;
	height:400px;
	width:950px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-400px;
}

#menu {
	float:left;
	width:300px;
	height: 350px;
	margin:0px;
	padding:18px 0px 0px 0px;
}

#movie {
	width:640px;
	height: 300px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#Mediabox {
	font-family: Arial, serif;
	font-size: 12px;
	line-height : 25px ;
	color: #ccc;
	margin:0px;
	padding:0px;
}

#Mediabox2 {
	font-family: Arial, serif;
	font-size: 12px;
	line-height : 20px ;
	color: #ccc;
	margin:0px;
	padding:0px;
}


#footer {
	text-align:center;
	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
	color: #303030;
	font-size: 10px;
}
.menu01{
	color: #fff;
	font-weight: bold; 
}
#error {
	overflow:auto;
	height:50px;
	width:350px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-175px;
}


object#MediaboxSWF:focus { outline: transparent none; }

