@charset "utf-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
}
A:link { color: #AAAAAA }
A:visited { color: #AAAAAA }
A:hover { color: #FFFFFF }
A:active { color: #FFFFFF }
