@charset "UTF-8";
body {
	color: #666666;
	background-color: #1D1D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

table {
	background-repeat: no-repeat;
	background-position: center top;
	

}

table.header {
	background-image: url(images/header/header_bg.png);
	width: 100%;
}

table.games {
	background-image: url(images/games_bg.png);
	width: 100%;
}

table.support {
	background-image: url(images/support_bg.png);
	width: 100%;
}

table.about {
	background-image: url(images/about_bg.png);
	width: 100%;
}

.contact_form {
	background-color:#131313;
	color:#949494;
	//border:none;
	border: 1px solid #262626;
}

.invalid {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#message {
	width: 398px;
	height: 150px;
	resize: none;
}

#email {
	width: 190px;
	resize: none;
}

#subject {
	width: 190px;
	resize: none;
}

a.games {
	background:url(images/menu/games_button.png);
	background-position: 0px 0px;
	display: block; 
	width: 118px; 
	height: 47px;
}

a.gamesDark  {
	background:url(images/menu/games_button.png);
	background-position: 0px -48px;
	display: block; 
	width: 118px; 
	height: 47px;
}

a.support {
	background:url(images/menu/support_button.png);
	background-position: 0px 0px;
	display: block; 
	width: 119px; 
	height: 47px;
}

a.supportDark  {
	background:url(images/menu/support_button.png);
	background-position: 0px -48px;
	display: block; 
	width: 119px; 
	height: 47px;
}

a.about {
	background:url(images/menu/about_button.png);
	background-position: 0px 0px;
	display: block; 
	width: 111px; 
	height: 47px;
}

a.aboutDark  {
	background:url(images/menu/about_button.png);
	background-position: 0px -48px;
	display: block; 
	width: 111px; 
	height: 47px;
}

a.gamesDark:hover, a.supportDark:hover, a.aboutDark:hover  { 
   background-position: 0px -96px; 
}

a.games:active, a.gamesDark:active, a.support:active, a.supportDark:active, a.about:active, a.aboutDark:active  { 
    background-position: 0px -144px; 
}

a.games span, a.gamesDark span, a.support span, a.supportDark span, a.about span, a.aboutDark span { 
    display: none; 
}

a.send {
	background:url(images/send_button.png);
	background-position: 0px 0px;
	display: block; 
	width: 129px; 
	height: 39px;
}

a.send:hover  { 
   background-position: 0px -39px; 
}

a.send:active { 
    background-position: 0px -78px; 
}

a.send span { 
    display: none; 
}

