/* CSS Document */

body
{
background-color:#666
}

#container
{
position:relative;
height: 750px; width: 1000px; margin-right:auto; margin-left:auto;
background-image:url(template.png);
background-repeat:no-repeat;
background-position:center
}

#content
{
position:relative;
left: 175px; top: 209px;
width: 650px; height: 312px;
font:Arial; color:#FFF; font-size: 18px
}

#menu
{
position:relative;
left: 181px; top: 197px;
width: 638px; height: 38px;
}



