html,body
{
background: #5a5a5a;
text-align: center;
margin: auto;
padding: auto;
height: 100%;
width: 100%;
}

#head 
{
background: #5a5a5a;;
text-align: center;
height: 60px;
width: 600px;
}

#content 
{
background: url(background.gif) #828282;
text-align: center;
width: 600px;
color: #ffffff;
border: 1px #000000;
}

#foot 
{
background: #5a5a5a;
text-align: right;
height: 16px;
width: 600px;
font-size: 15;
color: #ffffff;
}

input
{
background: #d9d9d9
}

h2 {
padding: 10px;
margin: 0;
}

.top {background: url(top.gif) top center no-repeat;}
.bottom {background: url(bottom.gif) bottom center no-repeat;}
.left {background: url(left.gif) top left repeat-y;}
.right {background: url(right.gif) top right repeat-y;}
.clear {font-size: 1px; height: 0px}

a:link {color: #dcdcdc; text-decoration: none;}
a:visited {color: #dcdcdc; text-decoration: none;}
a:active {color: #c1c1c1; text-decoration: underline;}
a:hover {color: #c1c1c1; text-decoration: underline;}
