/* Miniclip Arcade Style ^_^ */

body {
	background:#fff url(bg.jpg);
	background-position:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#spc{
margin-top:26px; background-image:url(spc.gif); background-repeat:repeat-x; width:400px; padding-top:15px; height:30px;
}
a {
color:#000;
text-decoration:none;

}
ul {
width:210px;
float:left;
}
li {
width:210px;
float:left;
}
#top {
	background:url('top.gif');
	height:118px;
	padding-top: 25px;
	padding-left: 10px;
}
#main {
	width:790px;
	
	margin-left:auto;
	margin-right:auto;
	background: #0d4a4a;
	display:table;
}
.left {
width:200px;
height:980px;
overflow:hidden;
float:left;
background:#e7f5fe;
background-image:url('footer.gif');
background-repeat:repeat-x;
background-position:bottom;
margin:4px;

}
.titles {
background:url('titles.gif');
font-size:14px;
font:Arial, Helvetica, sans-serif;
margin-top:0px;
padding-top:10px;
text-transform:uppercase;
font-weight:bold;
height:28px;
text-align:center;
color:#fff;

}
#bluebox {
background:#e7f5fe;

}
#right {
width:360px;
height:980px;
overflow:hidden;
float:left;
background:#e7f5fe;
margin:4px;
background-image:url('footer.gif');
background-repeat:repeat-x;
background-position:bottom;
}
.game_thumbs {
border:2px #fff solid;
float:left;
margin:4px;
background:url(play.gif);
background-position:right;
color:#0d4a4a;
}
.gameinfo {
padding:2px;
margin:4px;
}
#imag {

margin-top:-2px;
margin-left:-2px;}
#imagi {
margin-left:-4px; margin-top:-3px;
}
#heads {
float:left; width:360px; margin-left:-6px;
}
.special {
margin-top:4px;
}
#padd{
padding-left:2px;
}