/** BODY */

html, body {
  body: 100%;
  height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #c1bfe1;
	color: #3f398e;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight:300;
}

h1 {
	font-size: 140%;
	margin: 20px 0px;
}

a {
	color: #3f398e;
	text-decoration: none;
	font-weight:500;
}

a:hover {
	color: #FFF;
}

p {
	padding:0;
	margin:0 0 5px 0;
	line-height:150%;
}

#container {
	width: 450px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -125px;
}

#content {
	padding:30px 0 0 0;
}

#naw {
	padding:0;
}

#naw span {
	display:inline-block;
	width:70px;
}