html {
	background:#99CCFF
}

body {
 	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#bg {
	margin: 0 auto;
	padding: 0;
	width: 972px;
	height: 636px;
	background: url(images/bg.jpg)
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 599px;

}

#header {
	position:absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 136px;
	text-indent: -5000px;
	background: url(images/header.jpg)
}

#navBar {
	position:absolute;
	top:136px;
	margin: 0;
	padding: 6px 0 0 0;
	width: 900px;
	height: 44px;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	background: url(images/navBar.jpg)
}

#content {
	position:absolute;
	top:180px;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 419px;
	text-align: center;
	font-size: 1.4em;
	background: url(images/body.jpg)
	
}

#social {
	position:absolute;
	top:360px;
	margin: 0 0 0 730px;
	padding: 0;
	width: 160px;
	height:auto;
	}

#clips{
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}

#front{
	margin: 10px auto;
	padding: 10px;
	width: 600px;
	font-size: 1.2em;
	text-align: center;
}

#email {
	position:relative;
	left:32px;
	top:102px;
	width:197px;
	height:28px;
	z-index:1;
	font-size: 1.1em;
}

a:link {
	text-decoration: none;
	color: #00F;
}

a:visited {
	text-decoration: none;
	color: #603;
}

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

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

#navBar a:visited {
	text-decoration: none;
	color: #000;
}
#navBar a:hover {
	text-decoration: underline;
	color: #fff;
}