@import url('/static/slo/microsites/shared/css/default.css');
@import url('header.css');
@import url('main_content.css');

/* START: Reset CSS
----------------------------------------------------------------- */
* {
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset, img, abbr, acronym { 	border: 0 }

/* END: Reset CSS
----------------------------------------------------------------- */

/* START: Basic
----------------------------------------------------------------- */
body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 62.5%;
	background: url(/static/slo/microsites/maxtv/img/backgrounds/body.jpg) no-repeat top center #000;
}

h1, h2 {
	font-family: "Arial Black", Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}

#header_brand .secondary { display: none }

a { color: #fff; text-decoration: none }

a:hover { color: #fff; text-decoration: underline }

#container {
	width: 1000px;
	margin: 0 auto;
}

#header,
#navigation,
#content,
#footer { 
	display: none; 
}

.clear { height: 1px; }
/* END: Basic
----------------------------------------------------------------- */


