/* Basic html --------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFFFFF;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
	text-indent: 1em;
}
/* h1 is for markup only and hidden*/
h1 {
	text-indent: -4444px;
}
h2 {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
h3 {
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
	margin: 0px;
}
ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
a:link {
	color: #FB0012;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FB0012;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
a img {
	border-style: none;
}
/* Layout --------------------------*/
#banner {
	border-bottom: 1px solid #FFFFFF;
	height: 96px;
	margin: 6px 0px 15px;
}
#branding {
	margin: 0px auto;
	width: 766px;
	background: url(images/banner.png) no-repeat center top;
	height: 90px;
	position: relative;
}
#flashcontent {
	width: 766px;
	margin: 8px auto;
	display: block;
}
.mia_link {
	position: absolute;
	left: 537px;
	top: 5px;
}
.upgrade {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.center {
	text-align: center;
}
.tight {
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
}
