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: #0a4d6a;
color: #ffffff;
}

#wrapper {
width: 760px;
margin: 0 auto; /* center for most browsers */
}

a {
color: #ffffff;
}

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

img {
border: none;
}

h1 {
height: 40px;
padding-top: 100px;
text-align: center;
background: #0a4d6a url(voyeursupskirt.jpg) center top no-repeat;
font-size: 2em;
}

h3 {
text-align: right;
width: 580px;
font-size: 1.8em;
margin-top: 5px;
}

h4 {
text-align: center;
margin-top: 10px;
font-size: 1.4em;
width: 580px;
}

h4 a {
text-decoration: none;
}

h5 {
font-size: 1.4em;
}

ul#navi {
float: right;
width: 150px;
}

ul#navi li {
list-style: none;
font-size: 1.4em;
text-align: right;
padding-right: 3px;
}

li.heady {
background: #ffffff;
color: #0a4d6a;
}

div#content {
width: 580px;
}

div#lefty {
float: left;
width: 280px;
padding: 3px;
text-align: center;
}

div#righty {
float: right;
width: 280px;
padding: 3px;
text-align: center;
}

p#strapline {
text-align: center;
font-size: 1.2em;
margin-bottom: 10px;
}
