* {
margin:0;
padding:0;
}
body {
background:url("img/bg.jpg") repeat-x #ffd65e;
text-align:centre;
font-size:12px;
font-family:"trebuchet MS";
line-height:130%;
}
p {
margin-top:5px;
margin-bottom:12px;
}
#page {
color:#303030;
width:940px;
margin:0 auto;
background:#FFF;
}
#header {
background:url("img/header.gif") no-repeat center;
height:166px;
}
#header h1, #header p {
text-indent:-5999px;
}
#content {
padding:10px;
}
#content h2 {
background:#000;
padding:5px;
color:#FFF;
font-size:22px;
text-align:center;
margin-bottom:10px;
}
#content table {
margin:auto;
}
#content td {
padding:4px;
}