﻿body {
	background-color: #161514;
	margin: 0;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	background: #161514 url('media/main_bg.jpg') no-repeat;
	background-position:top center;
	height: 1100px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

a:visited, a:active, a:link {
	color: #cb8226;
	text-decoration: none;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}

a:hover {
	color: #ffa430;
}

#loader {
	display: none;
}

#content {
	margin: 0 auto;
	width: 1024px;
}

#logo {
	cursor: pointer;
	position: relative;
	left: 0px;
	top: 28px;
	background: url('media/tf_logo.png') no-repeat;
	width: 272px;
	height: 70px;

	-webkit-transition: background .1s ease-in;  
	-moz-transition: background .1s ease-in;  
	-o-transition: background .1s ease-in; 
}

#infobar {
	position: absolute;
	width: 1024px;
	margin: 0 auto;
	top: 900px;
}

#instructions {
	background: url('media/infobar.png') no-repeat;
	width: 488px;
	height: 72px;
	margin: 0 auto;
	text-align: center;
	padding-top: 17px;
	font-size:16px;
}

#links {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px;
	line-height: 24px;
	font-size: 16px;
}

#logo:hover {
	background: url('media/tf_logo_over.png') no-repeat;
}

#comic {
	cursor: pointer;
	position: relative;
	top: 40px;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	display: none;
}

