* {
	margin:0px;
	padding:0px;
	color:orange;
	font-family:Verdana,Arial,sans serif;
}

body {
	text-align:center;
	background-color:black;
}

#content {
	font-size:smaller;
	margin:auto;
	padding-top:180px;
	text-align:justify;
	width:700px;
	height:700px;
	background-color:black;
	background-image:url(images/wowdarlogo.jpg);
	background-repeat:no-repeat;
}

h1 {
	font-size:x-large;
	padding-top:1em;
	padding-bottom:0.5em;
}

h2 {
	font-size:large;
	padding-top:1em;
	padding-bottom:0.5em;
}

p {
	padding-bottom:1em;
}

table.image {
	margin-left:1em;
	margin-bottom:1em;
}

table.image td {
	font-style:italic;
	text-align:right;
}

.footer {
	text-align:right;
}

#menu {
	text-align:center;
	margin-bottom:1em;
}

#menu a {
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}