/* normal */
body
{
text-align: center;
background-color: #383838;
background-image: url(images/bg.jpg);
}

p, body
{
font-family: Arial, serif;
font-size: 11px;
color: #FFFFFF;
}


#container {
background-image: url(images/circles.jpg);
background-repeat: no-repeat;
background-position: left top;
height:462px;
width:700px;
padding-top: 390px;
text-align: right;
}
