* {
	margin:0;
	padding:0;
}

html, body {
	height:99%;/*101.4*/
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight: normal;
}

a, a:visited {
	color: #838383;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}


body {
	background:#000;
	color:#fff;
}

h1 {
	font-size:13px;
	font-weight: bold;
	text-decoration:overline;
	font-variant:small-caps;
	color: #ffffff;
}

#wrapper {
	width:1000px;
	min-height:101.4%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px;
	position:relative;
	top:0;
}

#container {
	text-align: center;
	padding-top: 70px;
}

#footer {
	width:1000px;
	bottom:0;
	text-align:center;
	margin: 0 auto;
	position: relative;
	border-top: 1px #2d2d2d solid;
	color:#2d2d2d;
	height:30px;
	text-align:right;
	font-size:9px;
	color: #33
}

.footer, .push {
	height: 30px;
}
