/* CSS Document */


p {
	font-size:30px;
	font-family: Century Gothic;
	color: #FFFFFF;
	text-align:center;
	margin:100px;
}

a {
	color: #000099;
	text-decoration:underline;
		
}
body {
	background-color:#515151;
	background-image:url(bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	
}