/************************************/
/*												*/
/*				   CONTACT					*/
/*												*/
/************************************/

/*--------------------------*/
/* 		LAYOUT 			*/
/*--------------------------*/

#global {
	width: 100%;
	position:absolute;
	top: 50%;
	height: 212px;
	margin-top: -106px;
}

#global #main #content {
	margin-left: 390px;
	margin-top: -2px;
	width: 100%;
	background-color: #222d33;
	padding: 10px;
}

/*-------------------------*/
/* 			RESTE				*/
/*-------------------------*/

#global #main #content ul li {
	color: #f2f2f2;
	font-size: 14px;
	padding-top: 6px;
	text-indent: 15px;
}

#global #main #content a {
	color: #f2f2f2;
	text-decoration: none;
}
#global #main #content a:hover {
	color: #00a5ff;
}

h1 {
	text-transform: uppercase;
	color: #f2f2f2;
}