html * {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
font-size: 62.5%; /* 2.5em now equals 25px etc */
font-family: arial, sans-serif;
background: #000000;
color: #ffffff;
}

div#wrapper {
width: 900px;
margin: 0 auto; /* center for most browsers */
background: #000000;
text-align: center;
}

a {
color: #ffffff;
}

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

img {
border: none;
}

h1 {
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
margin: 10px;
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

div#heady a {
font-size: 3em;
text-decoration: none;
}

p#strapline {
color: #ece436;
font-size: 1.2em;
}

div.lefty {
float: left;
width: 440px;
}

div.righty {
float: right;
width: 440px;
}

a.noline {
text-decoration: none;
}

p#seemore {
font-size: 2em;
margin: 20px;
}

p#seemore a {
color: #ece436;
}

div.footy {
clear: both;
padding-top: 20px;
padding-bottom: 20px;
}

div.footy p {
text-align: center;
font-size: 2em;
}