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

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif, sans-serif;
	font-size: 12px;
}
#container {
	position: relative;
	min-height: 100%;
	background-image: url(../../images/background.jpg);
}
#header {
	width: 100%;
	height: 47px;
	background: #000000 url(../../images/border_top.png) repeat-x top;
}
#content {
	text-align: center;
	padding-bottom: 48px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 47px;
	background: #000000 url(../../images/border_bottom.png) repeat-x top;
	background-repeat: repeat-x;
}
a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
}
