/*  
Theme Name:  urFRENZ 
Description: urFRENZ official movie site
Theme URI: http://www.urfrenzmovie.com/
Version: 1.0 
Author: Jessica Lares
Author URI: http://www.jessicalares.com/
*/

html, body,td,th {
	color: #FFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #A2ABB7;
}
a:visited {
	color: #A2ABB7;
}
a:hover {
	color: #DBF6FF;
}
a:active {
	color: #A2ABB7;
}
#main {
	background-image: url(rotate/rotate.php);
	background-repeat: no-repeat;
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:482px;
	margin-top: -241px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}
#content {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 500px;
}
#credits {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 530px;
	float: left;
}
#demand {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 270px;
	float: right;
}
#social {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 800px;
	clear: both;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background-image: url(images/up.png);
}
.Scrollbar-Track {
	width: 10px;
	height: 220px;
	position: absolute;
	top: 20px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px;
	height: 30px;
}
.Scrollbar-Down {
	position: absolute;
	top: 250px;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background-image: url(images/down.png);
}
#Scrollbar-Container {
  position: absolute;
  top: 25px; left: 450px;
}

#Container {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 400px;
	height: 260px;
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
#News, #About, #Extra { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 400px;
  height: 240px;
  display: none;
}
#News {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
}
#Navigation {
    margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
}
#Navigation a {
	margin: 5px 2px 0 0;
	padding: 0 5px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAA;
	text-decoration: none;
	display: block;
	float: left;
	letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
	margin-top: 0px;
	height: 25px;
	color: #777;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
h2 {
	 margin: 0; padding: 0px 20px 10px;
}