html, body{ 
 margin:0; 
 padding:0; 
 background:#fff;
	font-family: Arial,sans-serif;
	height: 100%;
	width: 100%;
	
 } 
 
 

#container{
 background-color:#transparent; 
 width:100%;
 height: auto;
	font-family: Arial;
  	font-size: 100px;
	color: #333;
	text-align: center;
	margin: auto;
	padding:0px;
} 
 


/***********************************************/
/* Links                                 */
/***********************************************/


a:link, a:visited, a:hover {
	text-align: left;
	color: #8e0145;
	text-decoration: none;
	
}

a:hover {
	
	text-decoration: underline;
	color: #333333;
	
}


