/* So the HTML5 structural tags work in IE */
article, aside, figure, footer, header, nav, section {
display: block;
}

* {
margin: 0;
border: 0;
padding: 0;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
}

body {
	background-color: #1E201C;
	margin-top: 8px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 3px 0 0 #111210;
}

a img {
	border: none;
}




