body {
	background-color: #ffffff;	
	background-image: url(../images/website_background_zipped.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#woopstrafel {
	width: 800px;
	height: 600px;
	margin: 20px auto;
}

#WTF_INFO_DUDE, #WTF_NEWS_DUDE {
	display: none;	
}

#content_border_top {
	position: absolute;
	z-index: 666;
	margin-left: -11px;
	margin-top: -15px;
}

#content_border_bottom {
	position: absolute;
	z-index: 666;
	margin-left: -11px;
	margin-top: -15px;
}

#content_border_left {
	position: absolute;
	z-index: 666;
	margin-left: -11px;
	margin-top: 9px;
	height: 599px;
	width: 21px;
}

#content_border_right {
	position: absolute;
	z-index: 666;
	width: 11px;
	height: 599px;
	margin-top: 9px;
	margin-left: 800px;
}

h1 {
	background-color: #e44375;
   background-image: url(../images/arcadesuperstar_logo_bg.png);
	height: 103px;
	padding: 0px;
   line-height: 103px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

h1 img {
	display: block;
}

#ls-a {
	height: 45px;
	line-height: 45px;
	background-color: #3b4245;
	padding-left: 41px;
	color: #00cbff;
	font-size: 20px;
	letter-spacing: 2px;
}

#ls-a ul li {
	float: left;
	margin-right: 30px;	
}

#playfield {
	height: 430px;
	width: 800px;
	overflow: hidden;
    position: relative;
	background-color: #00cbff;	
}


#footARR {
	height: 45px;
	line-height: 45px;
	background-color: #3b4245;
}

#menu_selector {
	position: relative;
    cursor: pointer;
	height: 45px;		
	width: 138px;
	padding: 0px 9px 0px 9px;
	top: -45px;
	left: -14px;
}

#menu_selector .middle_menu {
	height: 27px;
	border: 9px solid #e44375;
	border-width: 9px 0px 9px 0px;
	text-align: center;
}

#menu_selector .left_menu, #menu_selector .right_menu {
	width: 9px;
	height: 45px;
	float: left;
	position: absolute;
	left: 0px;
	background-image: url(../images/left_menu.gif);	
}

#menu_selector .right_menu {
	background-image: url(../images/right_menu.gif);	
	float: right;	
	right: 0;
	left: auto;
}

/* Way too much CSS here, sigh */
.textbox {
	position: absolute;
	margin: auto;
	width: 0px;
	z-index: 50;
}

.textbox .content {
	color: #ffffff;
	z-index: 12;
	padding: 10px;
	position: relative;
}

.textbox .content strong {
	color: #E44375;	
}

.textbox .content a {
	color: #c9fa00;
	text-decoration: none;
}

.textbox .content a:hover {
	color: #00caff;
}

.textbox .content, .temp_text {
	line-height: 15px;
	letter-spacing: 2px;
	font-size: 10px;
}

.textbox .content li, .temp_text li {
	color: #c9fa00;
	padding-bottom: 10px;
	padding-left: 30px;
}

.textbox .background {
	height: 100%;
	width: 100%;
	background-color: #000000;
	padding: 3px;
	top: -3px;
	left: -3px;
	position: absolute;
	z-index: 10;
}

.textbox .corner {
	height: 9px;
	width: 9px;
	position: absolute;
	z-index: 11;	
}

.textbox .barlr { 
	width: 9px;
	height: 100%;
	position: absolute;
	z-index: 11;
}

.textbox .bartb { 
	height: 9px;
	width: 100%;
	position: absolute;	
	z-index: 11;
}

.textbox .left_top { background-image: url(../images/textbox-topleft.gif); top: -9px; left: -9px; }
.textbox .top {	background-image: url(../images/textbox-top.gif); top: -9px; }
.textbox .right_top { background-image: url(../images/textbox-topright.gif); top: -9px; right: -9px; }
.textbox .left { background-image: url(../images/textbox-left.gif); left: -9px; }
.textbox .right { background-image: url(../images/textbox-right.gif); right: -9px; }
.textbox .left_bottom {	background-image: url(../images/textbox-bottomleft.gif); bottom: -9px; left: -9px; }
.textbox .bottom { background-image: url(../images/textbox-bottom.gif); bottom: -9px; }
.textbox .right_bottom { background-image: url(../images/textbox-bottomright.gif); bottom: -9px; right: -9px; }

/* homescreen background madness */
#background_madness {
	height: 172px;
	width: 800px;
	position: absolute;
	overflow: hidden;
	z-index: 40;
	top: 130px;
}

#background_madness .clouds {
	width: 900px;
	height: 144px;
	z-index: 36;
	background-image: url(../images/home_clouds.gif);
	position: absolute;
}

#background_madness .box_s {
	width: 1500px;
	height: 155px;
	z-index: 37;
	background-image: url(../images/home_boxs.gif);
	position: absolute;
}

#background_madness .box_m {
	width: 2500px;
	height: 172px;
	z-index: 39;
	background-image: url(../images/home_boxm.gif);
	position: absolute;
}

#background_madness .box_l {
	width: 1400px;
	height: 172px;
	z-index: 38;
	background-image: url(../images/home_boxl.gif);
	position: absolute;
}

#playfield .page {
    height: 880px;
    position: absolute;
    width: 800px;
    background-repeat: repeat-x;
    background-position: bottom;
}

#playfield .home {
    background-image: url(../images/homebio.gif);
    background-color: #00CBFF;
    
    top: 0;
}

#playfield .bio {
    background-image: url(../images/biomedia.jpg);
    background-color: #000000;
    background-position: top;
    
    top: 860px;   
}

#playfield .media {
    background-image: url(../images/mediaemail.jpg);
    background-color: #00CBFF;
    background-position: top;
    
    top: 1290px;
}

#playfield .mail {
    background-image: url(../images/email.jpg);
    background-color: #E44375;
    background-position:center top;
    
    top: 2150px;
}

#tvset, #tapedeck {
	display: block;
	float: left;
	cursor: pointer;
}

#label_video, #label_audio {
	position: absolute;
	display: none;
	bottom: 460px;
}

#label_video {
	left: 20px;
}

#label_audio {
	right: 20px;
}

#video_list, #audio_list {
    display: none;
    position: absolute;
    height: 410px;
    padding: 10px;
    font-size: 20px;
    z-index: 40;
    color: #ffffff;
    background-image: url(../images/media_trans_bg.png);
}

#video_list {
    right: 0;
    top: 0;
    width: 293px;
    font-size: 20px;
}

#video_list h2, #audio_list h2 {
    font-size: 30px;
    color: #00CBFF;
    margin-bottom: 20px;
}

#video_list li {
    padding-bottom: 15px;
    padding-left: 15px;
}

#video_list a, #audio_list a {
    color: #ffffff;
    text-decoration: none;
}

#video_list a:hover, #audio_list a:hover {
    color: #C9FA00;
}

#video_list a.close_button, #audio_list a.close_button {
    position: absolute;
    bottom: 10px;
}

#audio_list {
    left: 0;
    top: 0;
    padding-right: 0px;
    width: 477px;
}

#video_list .vid {
    display: none;
}

#audio_list li {
	width: 195px;
	height: 113px;
	float: left;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#audio_list li h2 {
	height: 60px;
	text-align: center;
	color: #3B4245;
	font-size: 15px;
	margin: 0px;
	padding: 5px;
}

#tv_screen {
    width: 331px;
    height: 250px;
    position: absolute;
    top: 44px;
    left: 17px;
    margin: 0px;
    padding: 0px;
}

#contact, #social, #feed {
    position: absolute;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}

#contact {
    width: 363px;
    height: 367px;
    
    top: 26px;
    left: 22px;
}

#contact h2 {
    color: #C9FA00;
}

#contact a {
    color: #e44375;
    text-decoration: none;
}

#contact a:hover {
    color: #C9FA00;
}

#contact form label {
    float: left;
    width: 150px;
    height: 34px;
    line-height: 34px;
}

#contact form input {
    padding: 5px;
    border: 4px solid #000000;
    background-color: #ffffff;
    width: 180px;
    float: left;   
    
    font-size: 11px;
    font-family: monospace;
    color: #000000;
}

#contact form .error  {
	border-color: #E44375;
	background-color: #3B4245;
	color: #ffffff;
}

#contact form textarea {
    padding: 5px;
    border: 4px solid #000000;
    background-color: #ffffff;
    width: 180px;
    height: 160px;
    float: left;
    
    font-size: 11px;
    font-family: monospace;
    color: #000000;
}

#contact form br {
    clear: left;
    margin-bottom: 30px;
}

#social {
    width: 334px;
    height: 132px;
    
    top: 26px;
    left: 423px;
}

#feed {
    width: 334px;
    height: 195px;
    
    top: 197px;
    left: 423px;
}

#social h2 {
    color: #C9FA00;
}

#social a {
	float: left;
	margin: 30px 8px 0px 10px;
	display: block;
}

#social a img {
	display: block;
}

#intro_directions {
	position: absolute;
	top: 5px;
	left: 100px;
}