/* CSS Document */

body {
	font-size: 12px;
	background: #ffffff;
	margin: 0 auto;
	}
	
main {
	margin: 0 auto;
	width: 750px;
	}
	
.bottom {
	background: url(../images/link.jpg) no-repeat;
	width: 750px;
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.bottom p{
	padding: 6px 0px 0px 300px;
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
	color: #000079;
	}
	
.bottom a{
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	text-decoration: underline;
	}
	
.bottom a:hover{
	color: #000079;
	text-decoration: none;
	}