
/* Fonts
font-family: 'Open Sans', sans-serif;#
font-family: 'Roboto', sans-serif;#
font-family: 'Source Sans Pro', sans-serif;#
font-family: 'Droid Sans', sans-serif;#
*/

body, html
{
	background-color: #330A0A;
	height: 100%;
	font: 12px normal 'Open Sans', sans-serif;
}

.container
{
	width: 100%;
	height: 376px;
	margin: 0 center;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

}

.container img
{
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p, a
{
	color: #ffe5c0;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
}

p 
{
	position: relative;
	top: 8em;
}

