@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background:#231f20 url(/images/back.gif) no-repeat top center;
color:#ccc;
line-height:1.6;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
}

p {
margin:5px 0;
}

a {
color:#ec008c;
text-decoration:none;
}

a:hover {
color:#f6b3d1;
}

#main {
width:510px;
margin:0 auto;
}

#navigation {}

#buttons {
background:#111;
width:490px;
border:0px;
padding:10px;
clear:both;
}

/* btw... we hate IE6 (and all that it represents) */
* html body {text-align:center;}
* html #main {text-align:left;}