/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* CSS3 Multiple backgrounds with a fallback */
	
	background-color:#e4e4e4;
	background:url('../img/bg_gradient.jpg') no-repeat center center,url('../img/bg_tile.jpg');
}

body{
	color:#fff;
	padding:10px;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	border-top: 5px solid #E41B23;
	border-top: 5px solid #9A2E2B;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	/*color:#54a6de;*/
	color: #777777;
}

a:hover{
	text-decoration:underline;
	color: #9A2E2B;
}



/*----------------------------
	Container & textbox
-----------------------------*/


#container{
	color: #555;
	margin: 0 auto;
	/*width: 650px;*/
	position:relative;
	min-height: 60px;
	
	
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	font: 38px 'Open Sans Condensed',sans-serif;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

#container:before{
	content: ">";
	font-size: 50px;
	left: -40px;
	opacity: 0.25;
	position: absolute;
	text-shadow: 1px 1px 0 white;
	top: 10px;
}

.contentText{
	margin: 0 auto;
	padding: 200px 0 100px;
	max-width: 650px;
	position:relative;
	border-bottom:1px solid #aaa;
	color: #777777;
    	padding: 10px;
	text-align: center;
	font: 26px 'Open Sans Condensed',sans-serif;
}
#picture{
	margin: 33px auto 22px;
	width: 150px;
	height: 150px;
	position:relative;
	text-align: center;
	background: url('../img/uwh.png');
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	box-shadow: 0 1px 3px #111;

}
@media (min-width: 768px) {
	#picture {
		margin: 130px auto 22px;
	}
	#container {
		min-height: 90px;
		font-size: 58px;
	}
}
#interface{
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 648px;
	position:relative;
	text-align: center;
}

