/* ------------------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;
}
img {
	font-size: 0;
}
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;
}
/* ----------------------------------------------- */

/* ######### CLEAR FIX ######### */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ########################### */

/***************** PAGE CSS *******************/

body {
	background-color: #ffffff;
}
	
	#page-top-border {
		width: 100%;
		height: 17px;
		background: url(http://i.cdn.turner.com/adultswim/promos/icelandicultrablue/tools/img/page-top-border.png) repeat-x;
		font-size: 0;
	}
	
	#logo {
		width: 706px;
		height: 174px;
		padding-left: 35px;
		margin: 28px auto 0;
		font-size: 0;
	}
	
	#content-wrapper {
		width: 689px;
		height: 597px;
		margin: 0 auto;
		padding-top: 1px;
		font-family: Arial, Helvetica, sans-serif;
		background: #ffffff url(http://i.cdn.turner.com/adultswim/promos/icelandicultrablue/tools/img/content-background.png) no-repeat;
	}
	
		#nav {
			width: 602px;
			height: 58px;
			margin: 12px auto 0;
			background: #e8ecfe url(http://i.cdn.turner.com/adultswim/promos/icelandicultrablue/tools/img/navigation-background.png) no-repeat;
		}
		
			#nav ul {
				margin-left: 15px;
				width: 565px;
			}
			
				#nav li {
					float: left;
					text-align: center;
					width: 172px;
				}
				
					#nav a {
						font-weight: bold;
						color: #d7ddfa;
						display: block;
						padding-top: 15px;
						height: 38px;
						text-decoration: none;
					}
					
					#nav a:hover {
						color: #fff000;
					}
	
	#wave {
		width: 100%;
		margin-top: 105px;
		height: 600px;
		background: url(http://i.cdn.turner.com/adultswim/promos/icelandicultrablue/tools/img/wave.gif) repeat-x;
	}
	
	#footer {
		background-color: #1c1b6a;
		padding-top: 400px;
	}
	
		#legalLinks li a {
			color: navy !important;
		} 
		
		#legalLinks .legalDivider {
			color: navy !important;
		}
		
		.alphaOp, .alphaOp a {
			color: navy !important;
		}
	
	
