
body {
	
	
	background-color: #eeeeee ;

}

#rock {
	width:668px;
	height:270px;
	overflow: scroll;
	visibility: inherit;
	text-align: right;
	color: #00F;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	position : center ;

	margin-left:auto auto ;
	
	font-size: 16px;
}


a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #00F;
}
a:active {
	color: #00F;
	font-size: 18px;
}