body
{
	background-color: black;
	background-image: url(img/cow2.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;

	font-family: palatino linotype, serif;
	color: rgb(255,255,255);
font-size:90%
}
a:link{
 color:#ccff00;text-decoration: none;}
a:visited{
 color:#ccff00;text-decoration: none;}
a:hover{
 color:#ccff00;text-decoration: underline;}
a:active{
 color:#99ffff;text-decoration: underline;}

#content
{


margin-top:50px;
margin-left:100px;margin-right:auto;
width:660px;
height:600px;

color: #fff;

text-align: left;
z-index:2;

border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;

border-color:white;
border-width: 1pt
}

.head
{

top: 0px;
left: 0px;
width:650px;
height: 80px;

padding:5px;

color: white;

text-align: left;

border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;

border-color:black;
border-width: 1px;

overflow: hidden;

}

.menu
{

top: 0px;
left: 0px;
width:650px;
height: 20px;

padding:0px 5px 0px 5px;

color: white;
background:#333333;
text-align: center;

border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;

border-color:black;
border-width: 1px;

overflow: hidden;

}


.left
{


margin-top:10px;
margin-left:5px;
margin-right:auto;

width:390px;
height: 400px;
padding:10px;
color: #fff;

text-align: left;

border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;

border-color:#333333;
border-width: 1px;

float: left;
overflow: scroll;
z-ndex:2;

}

.right
{


margin-top:10px;
margin-left:auto;
margin-right:5px;
width:210px;
height: 400px;
padding:10px;
color: #fff;

text-align: center;

border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;

border-color:#333333;
border-width: 1px;

float:right;
overflow: hidden;
z-index:3;

}



