body 		{ 
	margin: 0px 20px 0px 20px; 
	background-color: #FFFFFF;
	text-align: center; 
	background-image: url(img/bg.gif); background-repeat: no-repeat;
}

#frame 		{
	position: relative;
	left: auto;
	top: 100;
	width: 640px;
	height: 440px;
	z-index: 1;
	background-color: #000000;
	text-align: center; 
}

#content 		{
	position: absolute;
	left: 20;
	top: 20;
	width: 600px;
	height: 400px;
	z-index: 2;
	background-color: #000000;
}

#arrowleft 		{
	position: absolute;
	text-align:left;
	left: 20;
	top: 420;
	width: 300;
	height: 20px;
	z-index: 2;

}

#arrowright 		{
	position: absolute;
	text-align: right;
	left: 320;
	top: 420;
	width: 300;
	height: 20px;
	z-index: 2;
	
}



 a:link          { font-family:"arial"; text-decoration:none; font-size:12px; font-weight:bold; color:#FFFFFF; line-height: normal;}
 a:visited       { font-family:"arial"; text-decoration:none; font-size:12px; font-weight:bold; color:#FFFFFF; line-height: normal;}
 a:active        { font-family:"arial"; text-decoration:none; font-size:12px; font-weight:bold; color:#CCCCCC; line-height: normal;}
 a:hover         { font-family:"arial"; text-decoration:none; font-size:12px; font-weight:bold; color:#666666; line-height: normal;}
 .text           { font-family:"arial"; text-decoration:none; font-size:12px; color:#000000; line-height: normal;}
