﻿body
{
	background-image: url(../images/background.gif);
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}

h1
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#mainframe
{
	display: block;
	position: absolute;
	width: 780px;
	margin-left: -390px;
	left: 50%;
	top: 30px;
}

#saveshare
{
	display: block;
	position: absolute;
	height: 20px;
	width: 780px;
	margin-left: -390px;
	left: 50%;
	top: 10px;
	text-align: right;
}

#frametop
{
	display: block;
	width: 780px;
	height: 13px;
	background-image: url(../images/frame_top.gif);
}

#framebottom
{
	display: block;
	width: 780px;
	height: 13px;
	background-image: url(../images/frame_bottom.gif);
}

#freewebmmorpglogo
{
	display: block;
	position: absolute;
	width: 558px;
	height: 48px;
	top: 20px;
	left: 115px;
}

#freewebmmorpgintro
{
	display: block;
	position: absolute;
	width: 600px;
	height: 20px;
	top: 85px;
	left: 90px;	
	text-align: center;
}

#contentframe
{
	display: block;
	width: 780px;
	height: 705px;
	background-image: url(../images/frame_background.gif);
}

#gamelist
{
	display: block;
	position: absolute;
	top: 130px;
	left: 40px;
	width: 700px;
	height: 520px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

#gamelist img
{
	border: none;
}

#bottomnote
{
	display: block;
	position: absolute;
	width: 700px;
	height: 40px;
	top: 670px;
	left: 40px;	
	text-align: center;
	font-size: 10px;
}

.game
{
	display: block;
	padding: 16px 16px 16px 16px;
	float: left;
}

.gamename
{
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

.gamelogo
{
	display: block;
	width: 200px;
	height: 120px;
}