@charset "UTF-8";
/* CSS Document */

html, body {
		margin:0px;
		padding:0px;
		font-family: Arial, Helvetica, sans-serif;
		color:#FFF;
		background-color:#001722;
		font-size:16px;
		line-height:30px;

	}
	

div#page {
	width: 700px;
	height: 500px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image:url(images/aboutimage.jpg);
}


div#main  {
	width: 700px;
	height: 200px;
	border:0px;
	padding: 150px 0px 150px 0px;
	text-align:center;	
}


h1 {
	color:#F6BE13;
	font-size:16px;
	line-height: 30px;
	padding: 0px;
	text-align:center;

}

.center {
	text-align:center;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
