html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding-top:50px;
	background-color:black;
	color:white;
	font-family:"Gill Sans MT", "Gill Sans", Verdana, Arial, sans-serif;
	line-height:1.1em;
}

div#maincontainer {
	margin: 0 auto ;
	width:825px;
	margin-bottom:100px;
	clear:left;
}

div#top {
	float:left;
	width:825px;
	height:22px;
	background-image:url('images/magic-phil_01.png');
}

div#content{
	float:left;
	width:775px;
	min-height:475px;
	background-color:#ca402c;
	background-image:url('images/rand.png');
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	padding-bottom:20px;
}

div#bottom {
	float:left;
	clear:left;
	width:825px;
	height:80px;
	background:url('images/magic-phil_05.png') no-repeat;
}

div#footer {
	position:fixed;
	bottom:0px;
	color:#555555;
	left:0px;
	right:0px;
	padding:3px;
	font-size:0.8em;
	background-color:#EEEEEE;
	border-top:1px solid #777777;
	text-align:center;
}