body	{
	margin: 0;
	padding: 0;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	background: #000;
	text-align: center;
	color: #fff;
}
	
	#page 	{
		position: relative;
		width: 689px;
		min-height: 500px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		background: url(../images/bg.jpg) top left no-repeat;
	}
	
		#e1, #e2, #e3	{
				display: block;
				position: absolute;
				width: 190px;
				height: 70px;
				top: 236px;
				cursor: pointer;
				text-indent: -10000px;
		}
		
		#e1	{
			left: 20px;
		}
		
		#e2	{
			left: 245px;
		}
		
		#e3	{
			left: 480px;
		}
		
		#head	{
			text-indent: -10000px;
		}
		
		a	{
			color: #fff
		}
