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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	height: 100%;
}
#container {
	width: 800px;
	background: #000;
	margin: 70px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:auto;
	margin-right: auto;
}

#mainContent div.content_link {
	float:left;
	clear:: none;
}

img {
	z-index: 100;	
}

a img {
	border: none;
}

a:active {
	outline: none;	
}

div.content_link p{
	font-size: 3em;
	padding-top: 0;
	margin-top: -110px;
	text-align: left;
	padding-left: 98px;
	opacity: 0;
	z-index: -1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.red {
	color: #fd2222;	
}

p.green {
	color: #39f200;
}

p.blue {
	color:#261ec5;
}
