/*
	Created by WebArtLove
	http://www.WebArtLove.com/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ac9186;
	background: #1e1815 url(Images/Body.png) repeat-x;
}

h1, h2 {
	text-align: left;
	font-family: Tahoma, sans-serif;
	margin-bottom: 8px;
	color: #ff9800;
}

h2 {
	font-size: 14px;
}

p {
	text-align: justify;
	line-height: 19px;
	margin-bottom: 16px;
}

a {
	color: #ddd;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 728px;
	margin: 0 auto;
}

#header {
	padding: 28px 0 4px 0;
}

#header img {
	border: none;
}

#sudoku {
	
}

#sudokuTop, #sudokuBottom {
	height: 6px;

}

#sudokuBottom {

}

#footer {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding: 4px 0 16px 0;
}

#adTop {
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

#adMiddle {
	margin: 22px 0;
}

