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;
}


/** BEGIN CSS **/

div.contain {
	margin:0 auto;
	width:575px;
	height:800px;
	margin-top:9px;
}

div#parrot {
	background-image:url("wpa_03.png");
	background-repeat:no-repeat;
	width:200px;
	height:259px;
	display:block;
	float:left;
}

div#title {
	background-image:url("wpa_05.png");
	background-repeat:no-repeat;
	width:300px;
	height:109px;
	margin-top:140px;
	display:block;
	float:left;	
}

div#nav {
	background-image:url("wpa_09.png");
	background-repeat:no-repeat;
	width:100%;
	height:55px;
	margin-top:-2px;
	margin-left:10px;
	float:left;
	clear:both;
	
}

div#nav a {
	height:40px;
}

div#main {
	background-image:url("background.png");
	background-repeat:no-repeat;
	width:600px;
	float:left;
	clear:both;
	margin-left:-10px;

}

div#foot {
	background-image:url("foot.png");
	background-repeat:no-repeat;
	height:200px;
	width:600px;
	float:left;
	clear:both;
	margin-left:-10px;
}

	#foot #body {
	        margin-top: 25px;
	        text-align: center;
	        color: white;
		font-family:"Helvetica Neue", Helvetica, Arial, Sans-serif;
		font-size:12px;
		line-height:18px;
	}

	#foot #body a {
	        color: white;
	        text-decoration: none;
	}


a#about {
	background-image:url("nav_06.png");
	display:block;
	width:80px;
	height:120px;
	margin-top:15px;
	margin-left:80px;
	background-repeat:no-repeat;
	float:left;
	
}
a#about:hover {
	background-image:url("hover_03.png");
	background-position:-1px -1px;
	
	
}

a#run {
	background-image:url("nav_06.png");
	background-position:-80px 0px;
	width:80px;
	height:120px;
	margin-top:15px;
	background-repeat:no-repeat;
	float:left;
	
}

a#run:hover {
	background-image:url("hover_03.png");
	background-position:-81px -1px;
	
}

a#faq {
	background-image:url("nav_06.png");
	background-position:-160px 0px;
	display:block;
	width:80px;
	height:120px;
	margin-top:15px;
	background-repeat:no-repeat;
	float:left;
	
}

a#faq:hover {
	background-image:url("hover_03.png");
	background-position:-161px -1px;
	
}