body {
		background-color: #f1f1f1;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 12px;
		line-height: 16px;
    	color: #333333;
    	margin: 0; 
    	padding: 0;
    	text-align: center;
}

#container {
	position: relative;
    width: 960px;
    margin: 0px auto 0px;
    text-align: left;
}


#k {
		position: absolute;
		right: 0;
		top: 144px;
		width: 163px;
		height: 220px;
		text-align: right;
}

#b1 {
		position: absolute;
		left: 0px;
		top: 33px;
		width: 772px;
		height: 331px;
		background-image: url(images/r.png);
		background-repeat: no-repeat;
		text-align: center;
}

#text {
		position: absolute;
		left: 225px;
		top: 385px;
		width: 519px;
}

a:link { 
	text-decoration: none; 
	color: #a08951;
}
	
a:visited { 
	text-decoration: none; 
	color: #a08951;
}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #a08951;
}