@charset "UTF-8";
/* CSS Document */

body
{
	background-color: rgb(41,41,41);
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.content
{
	position: relative;
	margin-top: 40px;
	width: 688px;
	margin-left: auto;
	margin-right: auto;
}

.copyright
{
	position: absolute;
	right: 30px;
	top: -20px;
}

.background_middle
{
	min-height: 500px;
	background-image: url(../images/background_middle.png);
	background-repeat: repeat-y;
}

.cloud_one
{
	position: absolute;
	left: 110px;
	top: 30px;
	opacity: 0.44;
	z-index: 1;
}

.cloud_two
{
	position: absolute;
	left: 390px;
	top: 155px;
	opacity: 0.15;
	z-index: 2;
}

.welcome_bubble_one
{
	position: absolute;
	left: 164px;
	top: 24px;
	z-index: 8;
}

.welcome_bubble_two
{
	position: absolute;
	left: 220px;
	top: 150px;
	z-index: 9;
}

.sidebar
{
	position: relative;
	float: left;
	width: 115px;
}

.sidebar_logos
{
	position: relative;
	top: -80px;
}

.sidebar_logos img
{
	padding-left: 12px;
	width: 60px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

.inner_window
{
	position: relative;
	top: -16px;
	float: left;
	z-index: 3;
	opacity: 0.00;
}

.inner_window_middle
{
	height: 370px;
	background-image: url(../images/inner_window_middle.png);
	background-repeat: repeat-y;
}

.iframe_holder
{
	position: relative;
	top: -47px;
	left: 2px;
}

.inner_frame
{
	width: 327px;
	height: 465px;
}

.logo_island
{
	position: relative;
	left: -28px;
	top: -82px;
	z-index: 5;
}

.big_island
{
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 4;
}

.footer
{
	position: absolute;
	bottom: 2px;
	left: 2px;
}

.game_icon
{
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	width: 95px;
}

.game_icon img
{
	width: 80px;
	height: 80px;
	border: none;
}

.game_info_top
{
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}

.game_info_category
{
	margin-top: 10px;
}

.game_info_bottom
{
	clear: both;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 270px;
	height: 250px;
}

.game_info_description
{
	padding-top: 20px;
}

.game_info_link_line
{
	padding-top: 20px;
}

.game_info_link_line img
{
	height: 40px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	border: none;
}

.bottom
{
	position: relative;
	width: 800px;
	height: 60px;
	margin-top: 5px;
}

.bottom img
{
	position: relative;
	border: none;
	margin-top: 0px;
}