body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;

	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;

	text-align: center;
}

#main{
	font-family: 'Comfortaa', cursive;	
}

#header{
	text-align: left;
	padding: 5px 10px 5px 10px;
		
	background-color: #5050ff;
	border-bottom: solid #0000aa 1px;
}

#header a {
	text-decoration: none;
	color: #f0f0f0;
}

#header h1{
	margin: 0px;
	padding: 0px;
	
	text-transform: capitalize;
}

#header h1 span{
	font-size: 10px;
	display: block;
	margin-left: 120px	
}

#content{
	width: 80%;
	margin: auto;
	padding: 10px;
}

#content p{
	text-align: justify;
	margin-left: 5px;
}

#content h2{
	text-align: left;
}

#footer{
	position: fixed;
	bottom: 0;
	right: 0;
	
	text-align: left;
	padding: 5px 10px 5px 10px;
		

	color: #a0a0a0;
	font-size: 10px;	
}

#footer a {
	text-decoration: none;
	color: #a0a0a0;
}
