/* layout */

body {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}



#intro {
	font-size: 12px;
	margin: 0;
	padding-top: 150px;
}

.update {
	background-image: url(../images/update.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 259px; 
	height: 71px;
	float: right;
}

.update-font {
	font-size: 12px;
	margin: 0;	
	padding-top: 20px;
	text-align: center;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 950px;
	height: 66px;
}

#copyright {
	font-size: 10px;
	margin: 0;
	padding-left: 30px;
	padding-top: 30px;
}

/* /layout */


/* global links */

a:link {
	color: #870000;
	text-decoration: underline;
}

a:visited {
	color: #870000;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* /global links */