/*
Title:      Michael Midas Champion styles for screen media
Author:     Tzipora Ginzberg, ThumperMedia.com
*/
html {
	background: #000;
}
body {
	margin: 0;
	padding: 0;
	font-family: Myriad, Verdana, Helvetica, Arial, sans;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
/*	color: #003; */
	color: #fff;
	}
	
/* ----------[ links ]---------- */

a:link {
	color: #369;
	text-decoration: none;
	font-weight: bold;
	/* border-bottom: 1px dotted #bbb; */
}
a:visited {
	color: #369;
	text-decoration: none;
	font-weight: bold;
	/* border-bottom: 1px dotted #bbb; */
}
a:hover {
	color: #369;
	text-decoration: underline;
	font-weight: bold;
}
a img {
	border: 0;
}

/* -----[ common elements ]----- */

p {
	margin: .5em 0;
	padding: 0;
}
h1 {
	font-family: Helvetica, Arial, sans;
	font-size:170%;
	font-weight: bold;
	margin: .8em 0;
	color: #fec;
	}
h2 {
	font-family: Georgia, Palatino, serif;
	font-size: 120%;
	font-weight: bold;
	padding: .75em 0 0;
	margin: 0;
	}
h3 {
	font-family: Myriad, Verdana, Helvetica, Arial, sans;
	font-size: 110%;
	font-weight: bold;
	padding: .75em 0 0;
	margin: 0;
}
h4 {
	font-family: Myriad, Verdana, Helvetica, Arial, sans;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul {
	font-size: 90%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
.note {
	font-size: 90%;
}

/* ---------[ layout ]--------- */

.imgPromo {
	max-width: 100%;
	height: auto;
    width: auto\9; /* ie8 */
}
#landing {
	padding: 0 0 1em;
}
#nav {
/*	width: 840px; */
	width: 100%;
	margin: 0;
	padding: .4em 0;
	list-style: none;
	background: #aaa;
	/*	border: 1px solid #999; */
	font-size: 100%;
	text-align: center;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	color: #c00;
	text-decoration: none;
/*	background: #ddd url(../img/GreyFade.gif) repeat-x top left; */
	margin: 0;
	padding: .4em 1.4em;
/*	border-left: 1px solid #fff; */
/*	border-top: 1px solid #999; */
/*	border-right: 1px solid #aaa; */
	border-bottom: none;
}
#nav a:hover,
#nav a:active,
#nav a.active:link,
#nav a.active:visited {
	background: #ddd url(../img/GreyFade.gif) repeat-x top left;
}
#nav a.active:link,
#nav a.active:visited {
	position: relative;
	z-index: 102;
}
#content {
	margin: 0;
	background: #fee4c8 url(../img/MM_Champion_ghost05.jpg) no-repeat center center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#text {
	width: 700px; 
	margin: 0 auto;
	padding: 0 auto 3em;
	color: #000;
	text-align: left;
}
