* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #f0f0f0;
	font: 11px/18px verdana;
	color: #777;
}

html {
	height: 100%;
}

h1 {
	display: none;
}

#container {
	width: 780px;
	height: 875px;
	margin: 0 auto;
	background: #fff url(images/bg.jpg) repeat-x top;
	border-left: 3px solid #c0c0c0;
	border-right: 3px solid #c0c0c0;
}

#header {
	width: 100%;
	height: 100px;
	background: url(images/logo.jpg) no-repeat left;
	border-bottom: 2px solid #c0c0c0;
}

#content {
	margin-top: 50px;
	padding-left: 50px;
}

#content a {
	color: #777;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	width: 150px;
	height: 43px;
	float: left;
	padding-right: 20px;
	border: 0;
}

#footer {
	position: absolute;
	height: 50px;
	bottom: 0px;
	width: 780px;
	margin: 0 auto;
	border-top: 2px solid #c0c0c0;
	background: url(images/bg_footer.jpg) repeat-x;
}

#footer p {
	margin-left: 20px;
}
