body
{
margin: 0px;
padding: 0px;
font-family: Verdana;
font-size: 11px;
background-image: url('src/background.png');
color: #363636;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
a
{
border: none;
font-weight: bold;
color: #363636;
}
a:focus
{
outline: none;
}
p
{
text-indent: 20px;
}
h2
{
font-size: 20px;
font-weight: normal;
}
#menu
{
list-style:none;
margin: 0;
padding: 0;
width: 170px;
}
#menu ul
{
list-style:none;
margin: 0;
padding-left: 0px;
}
ul a
{
display: block;
text-decoration: none;
}
ul a:hover
{
color: #747474;
}
#menu li a
{
font-size: 20px;
font-weight: normal;
}
#menu li ul
{
margin-top: 10px;
margin-bottom: 10px;
}
#menu li ul li a
{
font-size: 11px;
padding-left: 10px;
}
#menu li ul li a:hover
{
text-decoration: underline;
}
#content
{
width: 800px;
margin: 50px auto;
}
#gradient
{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 350px;
background-image: url('src/gradient.png');
z-index: -1;
}
#background
{
width: 800px;
background-color: #ffffff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
overflow: hidden;
}
#left
{
width: 160px;
padding: 10px;
float: left;
}
#right
{
width: 600px;
padding: 10px;
overflow: hidden;
}
#right img
{
max-width: 600px;
}
#footer
{
background-color: #00223e;
border-top: 5px solid #072c49;
padding: 10px;
color: #ffffff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}
#prize
{
color: #be2733;
text-decoration: none;
}
#prize:hover
{
text-decoration: underline;
}
