@charset "UTF-8";
/* CSS Document */
@import url('reset.css');
@import url('stylesheet.css');



	

	

#container {
  position: absolute;
  top: 40%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#main {
		
  	width: 600px;
  	height: 200px;
  	margin-left: -300px;  /***  width / 2   ***/
  	position: absolute;
  	top: 0;          /***  height / 2   ***/
  	left: 50%;
}

#main a {
	font-family: 'BebasNeueRegular';
	text-decoration:none;
	font-size: 66pt;
	color:#000;
	}
	
#main a:hover {
	
	color:RGB(255,18,255);
	
	}
	
	
