*{
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: #ffffff;
	text-transform: uppercase;
	}

a:visited {
	text-decoration: underline;
	color: #ffffff;
	text-transform: uppercase;
	}
	
a:hover {
	text-decoration: underline;
	color: #d80f7b;
	text-transform: uppercase;
	}

a.active{
	text-decoration: underline;
	color: #ffffff;
	text-transform: uppercase;
	}

p {
	margin: .9em 0em;
	padding: 0;
	display: inline;
	font-weight: bold;
	font-family: "Palatino Linotype", Arial, sans-serif;

	}

h1 {
	color: #fff;
	display: inline;
	font-size: 2em;
	line-height: 1em;
	padding: 0 3px 0 0;
	font-family: "Palatino Linotype", Arial, sans-serif;

	}
	
body {
	background-color: #000000;
	/*background-image: url(/sites/default/files/crazypattern.gif);*/
	}
	
#wrapper {
	text-align:center;
	width: 100%;
	color: #ffffff;
	}
	
#image-wrapper {
	margin: 120px auto 0 auto;
	width: 400px;
	}
	
#image {
	margin: 0 auto;
	width: 200px;
	}
	
#text-wrapper {
	margin: 0 auto;
	width: 500px;
	}

#text {
	text-align: center;
	font-family: Georgia, Arial, sans-serif;
	font-size: 12pt;
	}
