body
{
text-align:center;
}
#container
{
margin-left:auto;
margin-right:auto;
position:relative;
top:0;
width:900px;
height:650px;
text-align:left;
}
#background1
{
position:absolute;
top:0;
left:0;
width:900px;
height:75px;
background-image:url(../images/background1.gif);
background-repeat:no-repeat;
}
#background2
{
position:absolute;
top:75px;
left:0;
width:100px;
height:500px;
background-image:url(../images/background2.gif);
background-repeat:no-repeat;
}
#background3
{
position:absolute;
top:75px;
left:100px;
width:700px;
height:500px;
background-image:url(../../images/backgroundblue.gif);
background-repeat:no-repeat;
}
#background4
{
position:absolute;
top:75px;
left:800px;
width:100px;
height:500px;
background-image:url(../images/background3.gif);
background-repeat:no-repeat;
}
#background5
{
position:absolute;
top:575px;
left:0;
width:900px;
height:75px;
background-image:url(../images/background4.gif);
background-repeat:no-repeat;
}
#menu
{
position:absolute;
top:177px;
left:127px;
width:100px;
height:371px;
}
#menu a:link
{
font-family:arial;
font-weight:bold;
font-size:15px;
color:#444444;
text-decoration:none;
}
#menu a:visited
{
font-family:arial;
font-weight:bold;
font-size:15px;
color:#444444;
text-decoration:none;
}
#menu a:hover
{
font-family:arial;
font-weight:bold;
font-size:15px;
color:#777777;
text-decoration:none;
}
#menu a:active
{
font-family:arial;
font-weight:bold;
font-size:15px;
color:#777777;
text-decoration:none;
}
#content
{
overflow:auto;
position:absolute;
top:177px;
left:252px;
width:475px;
height:371px;
font-family:arial;
font-size:11px;
}
#content hr
{
height:1px;
color:#AAAAAA;
}
#content td
{
font-size:11px;
}
#content input
{
border:1px solid #000000;
font-family:arial;
font-size:11px;
}
#content textarea
{
border:1px solid #000000;
font-family:arial;
font-size:11px;
}