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

body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #0066FF;
}
p {
	font-size: 15px;
	line-height: 10px;
}
