@charset "utf-8";
/* CSS Document */
html, body, div, span, pre, code, a, p, img, hr, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, fieldset, label, legend, table, tr, td, img { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #2f383e;
	background-image: url('img/background.png');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	margin: 0px auto;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
table#topsite{
	margin: 0px auto;
	width: 782px;
}
div#logo{
	width: 782px;
	height: 118px;
	background: url('img/logo.png');
}
div#menu_left{
	clear: both;
	float: left;
	width: 80px;
	height: 32px;
	background: url('img/menu_left.png');
}
div#menu_games{
	float: left;
	width: 58px;
	height: 32px;
	/* GAMES */
}
div#menu_i_1{
	float: left;
	width: 122px;
	height: 32px;
	background: url('img/menu_i_1.png');
}
div#menu_about{
	float: left;
	width: 82px;
	height: 32px;
	/* ABOUT */
}
div#menu_i_2{
	float: left;
	width: 102px;
	height: 32px;
	background: url('img/menu_i_2.png');
}
div#menu_contact{
	float: left;
	width: 73px;
	height: 32px;
	/* CONTACT */
}
div#menu_i_3{
	float: left;
	width: 124px;
	height: 32px;
	background: url('img/menu_i_3.png');
}
div#menu_jobs{
	float: left;
	width: 55px;
	height: 32px;
	/* JOBS */
}
div#menu_right{
	float: left;
	width: 86px;
	height: 32px;
	background: url('img/menu_right.png');
}
div#menudown{
	clear: both;
	width: 626px;
	height: 25px;
	background: url('img/menudown.png');
}
table#content{
	width: 626px;
}
td#content_left_1{
	width: 5px;
	height: 330px;
	background: url('img/content_left_1.png') top no-repeat;
}
td#content_left_2{
	width: 5px;
	height: 266px;
	background: url('img/content_left_2.png') bottom no-repeat;
}
td#content_right_1{
	width: 5px;
	height: 330px;
	background: url('img/content_right_1.png') top no-repeat;
}
td#content_right_2{
	width: 5px;
	height: 266px;
	background: url('img/content_right_2.png') bottom no-repeat;
}
td#content_center{
	width: 616px;
	color: black;
	background-color: #fcfcf7;
	background-image: url('img/content_background.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
div#content_down{
	width: 626px;
	height: 53px;
	background: url('img/content_down.png');
}
.style1 {
	font-size: 10px;
	color: #666666;
}
