@CHARSET "ISO-8859-1";

body {
	background-color: #111;
		background-color: #222;
	font-family: Georgia, Arial;
	font-size: 18px;
	color: white;
	margin: 0;
}

a {
	color: #06c;
}

#content {
	
}

#page {
	padding-top: 140px;
	
}

form, fieldset{
border: none;
margin: 0;
padding: 0;
}
form{

}
.panel {
text-align: center;
		margin: 0 auto;
	width: 440px;
	padding: 16px;
	clear: both;

}
#subscribe{
background-color: #06c;
border-top: solid 4px white;
margin: 1em 0;
border-bottom: solid 4px white;
}

button{

}
#footer {
	clear: both;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 11px;
}

h1,p {
	margin: 0;
}
h1{
margin-bottom: 1em;
}

#aboutlink{
	display: block;
	width: 160px;
	float: right;
	height: 40px;
	line-height: 40px;
	background-color: #282828;
	text-align: center;
	color: #AAA;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#aboutlink:hover{
	background-color: #111;
	color: #ccc;

