@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #ffffff;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

#address {
	width: 300px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	line-height: 18px;
}

#address a {
	text-decoration: none;
	color: #ed1c24;
}

#address a:HOVER {
	text-decoration: underline;
	color: #ed1c24;
}
	