/* Baakind Web Design - Stylesheet */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	width: 100%;
	text-align: center;
}
body {
	font-family: 'Ubuntu', Verdana, Arial, sans-serif;
	font-size: 16px;
	background: #222222;
	color: #eeeeee;
	
}
p {
	line-height: 22px;
}

a:link, a:visited {
	color: #3b5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 40px;
	top: 50%;
	position: relative;
	margin-top: -20px;
}

