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

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
height: 100%;
}

#content{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
	top: 0px;
	position: relative;
	margin-top: 100px;
	padding-top: 0px;
}


a:link, a:visited{
	color: #FFF;
	text-decoration: unerline;
}

a:hover, a:active{
	text-decoration: none;
}
p, .Normal{
	font-size: 14px;
}
