/* 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;
	background: transparent;
}
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;
}

html{
	height: 100%;
}

body {
	background-color:#000;
	color: #FFF;
	font-size: 12px;
	font-family:Times, serif;
	height: 100%;
	position: relative;
}

#pageWrapper{
/*	max-width: 970px; */
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 100%;
}

a{
	color: #FFF;
}

h1{
	position: relative;
	height: 100%;
	width: 100%
	display:block;
/*	width: 294px; */
/*	height: 177px; */
	background: transparent url(../images/logo.gif) center center no-repeat;
	margin: 0;
	text-indent: -10000em;
}

h2{
	position: absolute;
	top: 21px;
	left: 20px;
	font-size: 14px;
	background: transparent url(../images/star.gif) 0 center no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 35px;
	font-weight: normal;
}

h2 a{
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

h2 a:hover{
	border-bottom: none;
}

#jess3{
	position: absolute;
	right: 20px;
	bottom: 15px;
	background: transparent url(../images/star.gif) 0 center no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 35px;
	text-decoration: none;
	font-size: 14px;
}

#jess3:hover span{
	border-bottom: 1px solid #FFF;
}
