body
{
	background:url('../images/bg.png') repeat-x top;
	
}

a:active
{
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}
object
{
	outline:none;
}

#main_content
{
	position:relative;
	width:773px;
	height:555px;
	margin:0px auto;
	background-image:url('../images/content_bg.png');
	background-repeat:no-repeat;
	z-index:90;
}

#return_btn
{
	width:124px;
	height:171px;
	background:transparent url('../images/return_btn.png') top left no-repeat;
	z-index:100;
	position:absolute;
	top:0px;
	left:20px;
	
}

#return_btn:hover
{
	background:transparent url('../images/return_btn_h.png') top left no-repeat;
	z-index:100;
	opacity:.6;

}


#download_btn
{
	background-image:url('../images/download.png');
	position:absolute;
	width:394px;
	height:183px;
	top:200px;
	left:190px;
}
.mirror1
{
	position:absolute;
	top:240px;
	left:150px;
	width:265px;
	height:107px;
	background-image:url('../images/download_1.png');
	background-repeat:no-repeat;
}
.mirror1:hover
{
	background-image:url('../images/download_1_h.png');
	background-repeat:no-repeat;
}

.mirror2
{
	position:absolute;
	top:240px;
	left:380px;
	width:265px;
	height:107px;
	background-image:url('../images/download_2.png');
	background-repeat:no-repeat;
}
.mirror2:hover
{
	background-image:url('../images/download_2_h.png');
	background-repeat:no-repeat;
}

#mirror_links
{
	position:absolute;
	left:210px;
	top:200px;
	font:Century Gothic, Verdana;
	font-size:14pt;
}

/* --------------------Get a taste of Kuso---------------------- */

#kusogames
{
	position:absolute;
	text-align:center;
	margin:0 auto;
	left:-100px;
	top:150px;
	z-index:10;
}
.dim
{
	
	
	
	
	width:100%;
	height:780px;
	z-index:90;

}

#info_btn
{
  background-image: url('../images/info_btn.png');
 position:absolute;
 top:570px;
 left:250px;
 height:50px;
 width:299px;
 z-index:50;
}

#info_btn:hover
{
 background-image:url('../images/info_btn_h.png');
}

#activation
{
	position:absolute;
	left:220px;
	top:350px;
	width:345px;
	height:192px;
	background-image:url('../images/activation_bg.png');
	background-repeat:no-repeat;
}
#activate_btn
{
	position:absolute;
	background-image:url('../images/kuso_activate.png');
	width:157px;
	height:96px;
	left:90px;
	top:60px;
}
#activate_btn:hover
{
	background-image:url('../images/kuso_activate_h.png');
}

#user_flash
{
	position:absolute;
	left:140px;
	top:200px;
	z-index:200;
}
/* --------------------Characters---------------------- */
#magician
{
background: url('../images/magician.png') no-repeat;
 position:absolute;
 bottom:-59px;
 right:580px;
 height:353px;
 width:274px;
}

#fat_kid
{
 background:url('../images/fat_kid.png') no-repeat;
 position:absolute;
 bottom:-15px;
 right:780px;
 height:156px;
 width:145px;
 z-index:101;
}
#flying_guy
{
 background:url('../images/flying_guy.png') no-repeat;
 position:absolute;
 bottom:300px;
 right:-80px;
 height:173px;
 width:150px;
 z-index:101;
}
#love_couple
{
	width:190px;
	height:290px;
	background: url('../images/love_couple.png') no-repeat;
	position:absolute;
	z-index:101;
	position:absolute;
	bottom:-90px;
	left:600px;
}

