html {
background-image: url(pictures/Background%20.jpg);
background-repeat: no-repeat;
max-width: 800px;
}

#allcontent {
margin-left: auto; 
margin-right: auto;
width: 800px;
}

#title {
color: #000099;
font-size: 72px;
font: "Goudy Old Style";
}

#catchline {
color: #3366CC;
font-size: 48px;
position: relative;
font: "Goudy Old Style";
top: -15px;
left: 150px;
}

#navigation {
position: absolute;
top: 175px;
color: #3366CC;
font-size: 42px;
font: "Bickham Script Pro Semibold";
}

a:visited {
color: #0000FF;
text-decoration: underline;
}

A:active {
color: #000099;
text-decoration: underline;
}

A:hover {
text-decoration: underline;
color: #000099;
}

#contests {
color: #000033;
font-size: 64px;
font-style: italic;
}

#picture {
position: relative;
left: 675px;
top: 30px;
}

#content {
position: relative;
top: 10px;
left: 275px;
width: 400px;
font-size: 18px;
}

#footer {
position: relative;
top: 25px;
font-size: 10px;
}

#add {
size: 25%;
position: absolute;
top: 625px;
}

#newprize {
font-size: 18px;
size: 45%;
position: absolute;
top: 550px;
width: 250px;
}

@charset "utf-8";
/* CSS Document */

