@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(/static/images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

h1 {
    color: #EDEDED;
    text-align: center;
}

h3 {
    font-size: 80%;
    text-align: center;
    margin-bottom: 10px;
}

#header {
    height: 200px;
}

#content {
    height: 400px;
}

#footer {
    height: 200px;
}