/******************************************/
/***************** BASE *******************/
/******************************************/

/***************** Block ******************/

body {
	background:url(../images/bg_body.gif) repeat 0 0 #fff;
	color:#000;
	font:11px/1.55em 'Lucida Grande', Verdana, san-serif;
	text-align:center;
	overflow: hidden;
	}
body, div, ul, ol, li, p, dt, dd, dl, h1, h2, h3, h4, h5, form, fieldset, tr, td, legend  { 
	margin:0; 
	padding:0; 
	font:12px 'Lucida Grande', Verdana, san-serif;
	}
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin:0; 
	padding:0;
}
h1 { font-size:1.6em; }
h2 { font-size:1.3em; }
h3 { font-size:1.2em; }
h4 { font-size:1.05em; }
h5 { font-size:1em; }
h1, h2, h3, h4 { line-height:1.4em; font-weight:bold;}
li { list-style-type:none; }
dd, dt {}
a, a:hover, a:active, a:visited, a:focus, a:link {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}

/***************** Structure ******************/
#logo {
	width: 304px;
	height: 285px;
	background: url(../images/logo.jpg) no-repeat 0 0 #fff;
	margin: 61px auto 0 auto;
}

ul#links {
	width: 305px;
	background: #000;
	margin: 0 auto 0 auto;
}

#txt {
    color: #fff;
    margin: 5px;
    padding: 5px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	left:0;
	background-color: #000;
	color: #fff;
	font-size: 8pt;
}

#guyContainer {
 position:absolute;
}