
/* --------------------------------------------
   setup
----------------------------------------------- */
body
{
	background: #fff;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

/* --------------------------------------------
   header
----------------------------------------------- */

header
{
    background: url('twelve12logo.gif') no-repeat;
    background-position: center; 
	width: 100%;
	text-align: center;	
	margin-top: 20px;
	height: 383px;
	-webkit-background-size: 278px 354px;
    background-size: 278px 354px;
}

.content {
	width: 100%;
	text-align: center;	
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #263666;
	font-size: 16px;
	line-height: 22px;
}

.content a {
	color: #42589b;
}

.content a:hover {
	text-decoration: underline;
}

.position {
	font-weight: 300;
	color: #6272a4;
}