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

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/img_02.jpg) no-repeat fixed;
}

.mainContent p {
	color: #fff;
	text-shadow: 0 0 0 #000;/*lightens the weight of light text on a dark background in Safari*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	margin: 0px;
	padding: 0px;
}

.mainContent h1 {
	font: bold 450% Helvetica,Arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 0 #000;/*lightens the weight of light text on a dark background in Safari*/
	margin: 0px;
	padding: 0px;
}

.mainContent h2 {
	font: normal 200% Helvetica,Arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 0 #000;/*lightens the weight of light text on a dark background in Safari*/
	margin: 0px;
	padding: 0px;
}

.mainContent li, ul, ol {
	font-family: Helvetica,Arial,sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#wrapper{
	padding: 150px 0px 0px;
	width: 500px;
	height: auto;
	margin: auto;
}

.mainContent{
	width: 500px;
	height: auto;
	z-index: 3;
	margin: 0px;
	padding: 10px 10px 15px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000;
}


.mainContent a:link, a:visited{
	font-family: Helvetica,Arial,sans-serif;
	color: #FFF;
	text-decoration: underline;	
}

.mainContent a:hover, a:active{
	font-family: Helvetica,Arial,sans-serif;
	color: #333;
	text-decoration: none;
	background: #FFF;
}

.badge{
	float: right;
	padding: 0px;
	position: relative;
	top: -380px;
	right: -60px;
	border-width: 0px;
	margin: 0px;
}
.badge a{
	text-decoration: none;
	color: transparent;
}