body	{	
		background : #ffffff ;
		background-image: url('images/bg.jpg') ;
		background-repeat: repeat-y ;
		text-decoration : none ;
		text-align : justify ;
		font-family : verdana ;
		font-weight : normal ;
		color : #000000 ;
		font-size : 8pt;
		line-height : 8pt 
}

a		{ text-decoration : none ; font-weight : bold ; color : #990000 ; }
a:visited	{ text-decoration : none ; font-weight : bold ; color : #9900CC ; }
a:active	{ text-decoration : none ; font-weight : bold ; color : #996600 ; }
a:hover		{ text-decoration : none ; font-weight : bold ; color : #333333 ; }

DIV.content     {
		position: absolute;
		padding : 3px ;
		width : 400px ;
		height : 470px ;
		top : 110px ;
 		left : 430px ;
		overflow: auto;
}

DIV.image	{
		position: absolute;
		width: 852px;
		top : 0px ;
		left : 0px ;
}

DIV.menu     {
		position: absolute;
		width : 450px ;
		top : 590px ;
 		left : 425px ;
}