/*CSS RESET*/
/* v1.0 | 20080212 */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*--------------------- END CSS RESET ------------------------*/

html {
	background: #000 url('http://www.freshinkgrafx.com/dizzyDeeBG_large.jpg') no-repeat top center;
}

h1 { text-indent: -99999; }

#links {
	margin-left: 50%;
	padding-left: 210px;
	margin-right: auto;
	margin-top: 280px;
}

li {
	display: block;
	width: 180px;
	height: 60px;
	text-indent: -9999px;
}

ul li a { 	
	display: block;
	width: 180px;
	height: 60px;
}

#facebook a { background-image: url('../images/facebook.png'); }
#itunes a { background-image: url('../images/itunes.png'); }
#myspace a { background-image: url('../images/mySpace.png'); }
#twitter a { background-image: url('../images/twitter.png'); }
#youtube a { background-image: url('../images/youTube.png'); }

ul li a:hover { background-position: 0 100%; color: #fff;}

#spacer { margin-bottom: 155px; }

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
	color: #515151;
	width: 1100px;
}

#footer strong { color: #fff; }
#footer img { float: left;}
#footer p { 
	padding-top: 45px;
	background: url('../images/text.png') no-repeat center bottom;
	text-indent: -99999px;
}

#postScript { 
	margin-left: auto; 
	margin-right: auto;
	width: 860px;
	height: 200px;
	text-align: center;
	line-height:200px;
	margin-bottom: 30px;
}

#postScript img {vertical-align:middle;}

#widget {
	float: right;
}