/******************************************************************
* Generic
******************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica", arial;
	background-color: #000;
	margin: 12px;
}

a:link, a:visited {
	color: #E40280;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}


h1 {
	position: absolute;
	left: -9999em;
	top: 0;
}

p {
	color: #eee;
	font-size: 1.2em;
	margin-bottom: 16px;
	line-height: 1.8em;
	tex-align: justify;
}

#container {
	width: 512px;
	margin: 0 auto;
	border: 1px solid #222;
	padding: 12px;
	/* CSS 3*/ border-radius: 1em;
    /* Webkit */ -webkit-border-radius: 1em;
	/* Moz */ -moz-border-radius: 1em;
	background-color: #000;

}

#header {
	margin-bottom: 12px;
}

#video {
	margin-bottom: 12px;
}

#content {
	border-bottom: 1px solid #222;
	margin-bottom: 12px;
}

#footer {
	overflow: hidden;
}

#footer p {
	font-size: 1.1em;
	margin: 0px;
}

#footer p.copy {
	float: left;
}

#footer p.adoro {
	float: right;
}
