*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body
{
	background-color: black;
	color: white;
	display: block;
	text-align: center;
	/*overflow-x: hidden;*/
	background-image: url('../images/bg-tile.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

a img
{
	border: none;
	text-decoration: none;
}

h1
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FDFECF;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}

p
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	color: #FDFECF;
	margin-bottom: 20px;
}

a
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ff8228;
}


.bg-all
{
	background-image: url('../images/bg-all.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 1616px;
	text-align: center;
}


/* content */

.content
{
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}


.top-offset
{
	display: block;
	width: 100%;
	height: 210px;
}

/* main menu */

.menu
{
	display: block;
	width: 100%;
	height: 80px;
}

#menu-offset
{
	width: 140px;
	height: 70px;
	display: block;
	float: left;
}

#menu-home{
	background: url('../images/menu-home.png') no-repeat top left;
	width: 160px;
	height: 70px;
	display: block;
	float: left;
}
#menu-home:hover { background-position: bottom left }
#menu-home.active { background-position: bottom left }

#menu-game{
	background: url('../images/menu-game.png') no-repeat top left;
	width: 180px;
	height: 70px;
	display: block;
	float: left;
}
#menu-game:hover { background-position: bottom left }
#menu-game.active { background-position: bottom left }

#menu-gallery{
	background: url('../images/menu-gallery.png') no-repeat top left;
	width: 180px;
	height: 70px;
	display: block;
	float: left;
}
#menu-gallery:hover { background-position: bottom left }
#menu-gallery.active { background-position: bottom left }

#menu-demo{
	background: url('../images/menu-demo.png') no-repeat top left;
	width: 160px;
	height: 70px;
	display: block;
	float: left;
}
#menu-demo:hover { background-position: bottom left }
#menu-demo.active { background-position: bottom left }


/* demo */

.demo-logo
{
	background: url('../images/download-logo.png') no-repeat top center;
	width: 100%;
	height: 180px;
}

.demo-buttons
{
	display: block;
	width: 100%;
	margin-left: 100px;
}

#demo-download
{
	background: url('../images/download.png') no-repeat top left;
	width: 300px;
	height: 32px;
	display: block;
	margin-bottom: 40px;
}
#demo-download:hover { background-position: bottom left }

#demo-mirror1
{
	background: url('../images/download-mirror1.png') no-repeat top left;
	width: 300px;
	height: 42px;
	display: block;
	margin-bottom: 20px;
}
#demo-mirror1:hover { background-position: bottom left }

#demo-mirror2
{
	background: url('../images/download-mirror2.png') no-repeat top left;
	width: 300px;
	height: 42px;
	display: block;
	margin-bottom: 50px;
}
#demo-mirror2:hover { background-position: bottom left }


.limbo-title
{
	background-image: url('../images/limbo-title.png');
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	width: 100%;
	height: 60px;
}

.left-links
{
	position: relative;
	left: 110px;
	top: 170px;
	float: left;
}


/* titles */

.title
{
	display: block;
	width: 100%;
	height: 70px;
}

.news-title
{
	background-image: url('../images/news-title.png');
	background-repeat: no-repeat;
	background-position: 5%;
	display: block;
	float: left;
	width: 60%;
	height: 60px;
}

.game-title
{
	background-image: url('../images/game-title.png');
	background-repeat: no-repeat;
	background-position: 5%;
	display: block;
	float: left;
	width: 100%;
	height: 60px;
}

.gallery-title
{
	background-image: url('../images/gallery-title.png');
	background-repeat: no-repeat;
	background-position: 5%;
	display: block;
	float: left;
	width: 100%;
	height: 60px;
}

.demo-title
{
	background-image: url('../images/demo-title.png');
	background-repeat: no-repeat;
	background-position: 5%;
	display: block;
	float: left;
	width: 100%;
	height: 60px;
}

.friend-title
{
	background-image: url('../images/friend-title.png');
	background-repeat: no-repeat;
	background-position: 5%;
	display: block;
	float: left;
	width: 70%;
	height: 60px;
}


.social
{
	display: block;
	float: right;
	width: 40%;
	height: 60px;
}


/* video */

.video
{
	display: block;
	width: 100%;
	height: 430px;
}


/* footer */

.footer
{
	position: relative;
	left: 25%;
	display: block;
	width: 50%;
	text-align: center;
}

hr
{
	color: #FE8A35;
	background-color: #FE8A35;
	height: 3px;
	border: 0;
	margin-bottom: 5px;
}

/* screenshot thumbnails */

img.shot
{
	display: block;
	float: left;
	background-color: white;
	margin: 0px 10px 30px 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img.shot:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.images
{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	padding-left: 30px;
}

.error
{
	color: red;
}
