@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	background:#16161D url(../images/mmoscout-bg2.jpg) top center no-repeat;
}

body#mmoscout {
	background:transparent url(../images/mmoscout-bg.jpg) top center repeat-y;
	min-height:960px;
	font-family:"Trebuchet MS",Georgia,Times,serif;
	font-size:14px;
	color:#FFFFFF;
}

#mmo-content {
	width:45em;
	margin-left:auto;
	margin-right:auto;
	padding-top:170px;
}

.padding {
	padding:10px;
}

h1.mmoscout {
	text-indent:-9999px;
	text-align:center;
	background:url(../images/mmoscout-logo.png) top center no-repeat;
	display:block;
	width:452px;
	height:76px;
	margin-bottom:20px;
}

h2.mmoscout {
	font-size:180%;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}

strong {
	font-size:130%;
	font-weight:bold;
	line-height:150%;
}

strong.text {
	font-weight:bold;
	font-size:100%;
	line-height:normal;
}

a, a:link, a:active, a:visited, a:hover {
	color:#80CEF7;
	text-decoration:underline;
}

p.footerinfo {
	color:#CCCCCC;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:50px;
	margin-bottom:20px;
}