
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #DE0032;
	}

a{
	text-decoration: none;
	color: #fff;
}
 a:hover{
	text-decoration: none;
	color: #000;
}
#font {
	height: 100%;
	width:100%;
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	overflow: auto;

}
#container{

	padding: 100px 0 40px 0;
	text-align: center;
}
#text{
	width: 450px;
	text-align:left;
	margin: 0 auto;


}







	

