@charset "utf-8";
/* CSS Document */

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;
	vertical-align: baseline;
	background: transparent;
	text-align: center;
}

body {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #463328;
	background-color: #888888;
	background-image: url(logo-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
width: 960px;
margin: 0 auto;
}

#logo {
	width: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 600px;
	padding-left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCC;
	line-height: 30px;
	text-decoration: none;
}

a:link {
	color:#FFffff;
	text-decoration: none;
}    /* unvisited link */