
/* ------------------GLOBAL RESET-------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------- */

#navcss-3962f8 {
	margin-top: 0 !important;
}

#navcss-3962f8 #asNav {
	margin: 0 auto !important;  /* center aligned */
}

/***************** PAGE CSS *******************/

html {
	height: 100%;
	overflow: inherit;
}

body {
	background: #738cb5 url(http://i.cdn.turner.com/adultswim/superdeluxe/tools/img/bgTile.png) repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #989898;
	height: 100%;
}
	
	#topFiller {
		margin: 0 auto;
		width: 990px;
		height: 14px;
		background: #000000;
	}
	
	#wrapper {
		width: 990px;
		margin: 0 auto;
		background-color: #000000;
		min-height: 100%;
	}
	
	* html #wrapper { 
		height: 100%; /* IE6 treats height as min-height */
	}

		#header {
			width: 918px;
			height: 122px;
			margin: 0 auto;
			background: transparent url(http://i.cdn.turner.com/adultswim/superdeluxe/tools/img/header.png) no-repeat;
		}
		
		#looking {
			width: 365px;
			margin: 18px auto 0 auto;
		}
		
			#lookingHeader {
				width: 327px;
				height: 20px;
				margin: 0 auto;
				background: transparent url(http://i.cdn.turner.com/adultswim/superdeluxe/tools/img/looking.gif) no-repeat;
			}
			
			#lookingText {
				width: 365px;
				font-size: 12px;
				line-height: 1.2;
			}
		
		#content {
			width: 756px;
			margin: 38px auto 45px auto;
		}
		
			#leftColumn {
				width: 365px;
				float: left;
			}
			
				.deluxeImg {
					margin-bottom: 9px;
				}
				
				.deluxeText {
					margin-bottom: 23px;
					width: 365px;
					font-size: 12px;
					line-height: 1.2;
				}
			
			#rightColumn {
				width: 365px;
				float: right;
			}
			
			#middleColumn {
				width: 365px;
				margin: 0 auto;
				clear: both;
			}
		
		#clearfooter {
			height: 80px; /* provides space for the #footer */
		}

		#footer {
			margin: -80px auto 0 auto; /* -80px sucks it back into the #wrapper */
		}

