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

body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	/*background:#2b2e3b;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(img/bg.jpg);
	background-position:center;
	background-color:#191b23;
	background-repeat:repeat-y;
}

.content_main 
{
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	width:790px;
	text-align:left;
	font-size:x-small;
}

.notify 
{
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	color:#FF0033;
	border:thin;
	border-style:solid;
	border-width:thin;
	border-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	width:400px;
	height:auto;
	padding:8px;
}

.header
{
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/header.jpg);
	text-align:left;
	height:200px;
	width:800px;
	text-shadow:#000000;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

.header_hint
{
	position:relative;
	top:-76px;
	left:10px;
	width:560px;
	height:90px;
}

.content
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#e3e3e3;
	border:thin;
	border-color:#000000;
	border-style:solid;
	padding:4px;
	text-align:left;
	width:770px;
	color:#000000;
	left:2px;
	display:block;
	/*left:-105px;*/
}

.menu_bar
{

	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#e3e3e3;
	border:thin;
	border-color:#000000;
	border-style:solid;
	padding:4px;
	text-align:left;
	width:160px;
	color:#000000;
	left:10px;
}

.footer
{
	color:#FFFFFF;
	font-size:x-small;
	text-align:center;
}

.banner
{
	position:relative;
	top:-136px;
	left:30px;
	float:none;
}

.rss_icon
{
	position:relative;
	background-image:url(icon/feed-icon-14x14.png);
	width:14px;
	height:14px;
	top:-199px;
	left:560px;
	cursor: pointer;
}

.home_icon
{
	position:relative;
	background-image:url(icon/home.png);
	width:14px;
	height:14px;
	top:-213px;
	left:586px;
	cursor: pointer;
}

/* Buttons */

.button_about
{
	position:relative;
	top:132px;
	left:25px;
	background-image:url(img/btn_about.png);
	height:28px;
	width:60px;
	cursor: pointer;
}

.button_about:hover
{
	background-image:url(img/btn_about_hover.png);
}

.button_games
{
	position:relative;
	top:104px;
	left:100px;
	background-image:url(img/btn_games.png);
	height:28px;
	width:60px;
	cursor: pointer;
}

.button_games:hover
{
	background-image:url(img/btn_games_hover.png);
}


.button_blog
{
	
	position:relative;
	top:76px;
	left:172px;
	background-image:url(img/btn_blog.png);
	height:28px;
	width:92px;
	cursor: pointer;
}

.button_blog:hover
{
	background-image:url(img/btn_blog_hover.png);
}

.button_contact
{
	position:relative;
	top:48px;
	left:275px;
	background-image:url(img/btn_contact.png);
	height:28px;
	width:80px;
	cursor: pointer;
}

.button_contact:hover
{
	background-image:url(img/btn_contact_hover.png);
}

.button_community
{
	position:relative;
	top:20px;
	left:370px;
	background-image:url(img/btn_com.png);
	height:28px;
	width:100px;
	cursor: pointer;
}

.button_community:hover
{
	background-image:url(img/btn_com_hover.png);
}

.button_pics
{
	position:relative;
	top:-8px;
	left:480px;
	background-image:url(img/btn_pics.png);
	height:28px;
	width:48px;
	cursor: pointer;
}

.button_pics:hover
{
	background-image:url(img/btn_pics_hover.png);
}

.button_links
{
	position:relative;
	top:-8px;
	left:480px;
	background-image:url(img/btn_links.png);
	height:28px;
	width:60px;
	cursor: pointer;
}

.button_links:hover
{
	background-image:url(img/btn_links_hover.png);
}

