body {
	background: #c0deed url(http://static.vidb.tv/images/bg-clouds.png) repeat-x;
	font-size: 10pt;
	color: #ddeef6;
	font-family: tahoma, "Trebuchet MS", arial, serif;
}

a:link { color: #2277bb; text-decoration: none; }
a:visited { color: #2277bb; text-decoration: none; }
a:hover { color: #2277bb; text-decoration: underline; }
h1 { font-size: 14px; font-weight: bold; }

    img { border: none; } 

div.logo {
	margin-left: auto;
	margin-right: auto;
	padding-bottom:3px;
	width: 725px;
}

div.menu {
	margin-top:50px;
	padding-top:3px;
	padding-right:5px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 725px;
	text-align: right;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	background: #f0f0f0;
	font-size: 14px;
	color: #c4c4c4;
}

/* PORTAL PAGE (INDEX.PHP) */
#portal {
	padding-top:10px;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 750px;
	text-align: center;
	background: #5599bb url(http://static.vidb.tv/images/clouds.gif) no-repeat;
}

#page {
	padding-top:10px;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 730px;
	text-align: left;
}

div.clear, div.clear-small, div.clear-large {
	clear: both;
	height: 10px;
	line-height:0;
	font-size:1px;
}

div.clear-small {
	height: 5px;
}

/* Make rounded */
.rounded	{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.rounded2	{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


div.up {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 400px;
	text-align: left;
}

div.player {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#video-information { width: 728px; float: center; }

#vinfo {
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	height: auto;
	width: 715px;
	background:#c0deed;
	color: #002f46;
	text-align: left;
}

div.info {
	padding-left:15px;
}

div.footer {
	padding-top:20px;
	text-align: center;
	color: #999999;
}