body {
	background: #000;
	margin-top: 30px;
	width: 720px;
	font-family: 'Century Gothic', arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

a {
	color: #A4E101;
	text-decoration: none;
}

a:hover {
	color: #C8FF33;
	text-decoration: none;
}

h1 {
	color: #A4E101;
	font-size: 22px;
	letter-spacing: 2px;
}

h2 {
	color: #0077E5;
	font-size: 18px;
	letter-spacing: 1px;
}

#plate {
	width: 720px;
	margin: auto;
}

#header {
	width: 720px;
	height: 65px;
	background: #000 url(divider.jpg) bottom no-repeat;
	text-align: left;
}

#header a {
	font-size: 16px;
}

#header ul {
	list-style-type: none;
	display: inline;
}

#header ul li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	text-transform: lowercase;	
}

#header #logo {
	width: 325px;
	float: right;
}

#content {
	width: 720px;	
	text-align: left;
}

#footer {
	width: 720px;
	margin-top: 5px;
	background: #000 url(divider.jpg) top no-repeat;
	text-align: center;
	color: #ccc;
}