/* CSS Document */

body {
	font-size: 12px;
	margin: 0;
	line-height: 18px;
	text-align: center;
	color: #999;
}
a:link {
	COLOR: #999;
	text-decoration: none;
}
a:visited {
	COLOR: #999;
	text-decoration: none;
}
a:active { COLOR: #999;}
a:hover { COLOR: #f60; TEXT-DECORATION: underline;}

img{ border:0;}

.div_main {
	width:950px;
	text-align:center;
	clear:both;
	margin:auto;
}

#div_bottom {
	float:right;
	text-align:right;
	margin:auto;
}