body
{
	background: #272727; /*url('http://wallpapers.jurko.net/uploads/wallpaper_22315.jpg')*/;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 30px;
	clear: both;
}

div.page
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	
	height: 90%;
}

div.header
{
	font-size: 32px;
}

span.studios
{
	font-size: 48px;
}

span.subtitle
{
	font-size: 22px;
}

span.selectedLink
{
	color: #C0C0C0;
}

a:link { color:white; text-decoration:none; }
a:visited { color:white; text-decoration:none; }
a:hover { color:white; text-decoration:none; }
a:active { color:white; text-decoration:none; }

span.selectedLink
{
	color: #C0C0C0;
}

/* Rounded corners */
div.cornerBox 
{
	position: relative; 
	background: #1B1B1B; 
	width: 100%; 
	opacity: 0.85;
	filter: alpha(opacity=85);
}
div.corner 
{ 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('../images/corners.png') no-repeat; 
	font-size: 0%; 
}
div.cornerBoxBlue
{
	position: relative; 
	background: #6F767E; 
}
div.cornerBlue
{ 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('../images/cornersBlue.png') no-repeat; 
	font-size: 0%; 
}
div.cornerBoxInner { padding-left: 25px; padding-right: 25px; }
div.TL { top: 0; left: 0; background-position: 0 0; }
div.TR { top: 0; right: 0; background-position: -10px 0; }
div.BL { bottom: 0; left: 0; background-position: 0 -10px; }
div.BR { bottom: 0; right: 0; background-position: -10px -10px; }