@charset "utf-8";
/* CSS Document */

/* Set the HTML for the background image to work */
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;		
	background-image: url('../_images/background.jpg');
	
	background-position: center center;	
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	
		
	color: #CCCCCC;
	font-size:14px;
	font-family: Arial;
}
td,tr,th {
	margin: 0px;
	padding: 0px;
		
	color: #666666;
	font-size:12px;
	font-family: Arial;
}

/* H1 and H2s */
h1 {
	font-family: Arial;
	font-size: 20px;
	color:#333333;
	padding: 0;
	margin: 0;
}	

h2 {
	font-family: Arial;
	font-size: 15px;
	color:#990000;
}	

a {
	color: #990000;
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#container{
	padding: 5px;
	position: absolute;
	width: 773px;
	height: 357px;
	left: 50%;
	top: 50%;	
	margin-top: -178px;
	margin-left: -386px;	
	background: url(../_images/center_bg.png);
}

#logo {	
	margin-left: 20px;
	margin-top: -45px;
}

#main_content {
	width: 670px;
	
	padding-left: 30px;		
	margin-top: 25px;
}

#coming_soon {
	position: absolute;
	top: 210px;
	left: 30px;
}

#character {
	left:710px;
	position:absolute;
	top:215px;
}

#myspace_logo {
	left:70px;
	position:absolute;
	top: 276px;
}

#twitter_box {	
	background:transparent url(../_images/twitter_feed.png) repeat scroll 0 0;
	height:29px;
	left:241px;
	padding:10px;
	position:absolute;
	top:271px;
	width:480px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;	
	overflow: hidden;
}

.tweet {
	padding: 0;
	margin-top: -10px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 2000px;
}

#twitter_image {
	margin-left: 20px;
	margin-top: 8px;
	float: left;
}
#twitter_time {
	float: left;
	margin-left:10px;
	margin-top:16px;
	text-align: left;
}
#twitter_text {
	float: left;
	margin-left:10px;
	margin-top:16px;
	text-align: left;
}



/* Press Pages */
#center_col {
	/*text-align: center;*/
	position: absolute;
	margin-top: -7px;
	margin-left: -379px;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#center_top {
	margin-top: -10px;
}
#center_content {
	background-image:url(../_images/main_bg_mid.png);
	width: 738px;
	padding-left: 20px;
	padding-right: 20px;
}
#header {
	
}
