body {
	text-align: center;
	min-width: 900px;
	background-image:url(/sudoku/images/bg.jpg); background-repeat:repeat-x;
	background-color: #ddd;
}

#center {
	width: 900px;
	margin: 0 auto;
	background: #FFF url(/sudoku/images/content.jpg) repeat-y;
}

#header {
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 220px;
	width: 900px;
	background: #EEE url(/sudoku/images/header.jpg) no-repeat;	
}

#sudoku {
	position: relative;
	background: transparent url(/sudoku/images/sudoku.png) no-repeat;
	behavior: url(/sudoku/include/iepngfix.htc);
	top: 17px;
	left: 705px;
	width: 176px;
	height: 150px;
}

#logo {
	position: absolute;
	margin: 50px 0 0 50px; 
	font: bold 55px 'Trebuchet MS';
	color: #EEEEEE;
}

#slogan {
	position: absolute;
	margin: 115px 0 0 70px; 
	font: bold 12px 'Trebuchet MS';
	color: #EEEEEE;
}


/* --------------- Navigation Start */
#nav {
	margin-top: 180px;
	position: absolute;
	height:40px;
	width:900px;
}

#nav ul {
	font: bolder 13px 'Trebuchet MS', sans-serif;
	width: 900px;
	color: #444444;	 
	display: inline;
	float: left;	
	margin: 2px 0px 0px 20px;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	display: block;
	padding: 0px 35px;	
	color: #444444;	
	text-decoration: none;	
}

#nav li a:hover {
	background: #BEE2E6;
	color: #000000;
}
/* --------------- Navigation End */

#main {
	position: relative;
	margin: 0; padding: 0;
	width: 900px;
}

#content {
	position: relative;
	margin-left: 20px;
	text-align: left;
	width: 820px;
	height: 255px;
}

#footer {
	position: relative;
	margin: 0 0 0 0; padding: 0;
	width:900px;
	height:20px;
	background: url(/sudoku/images/footer.jpg) no-repeat;
	text-align: center;
}

#footerlinks {
	font-size:11px;
	margin: 40px 0px 10px 0px;
	color: #555555;
}



a { background: inherit; color: #555555; text-decoration: none; }
a:hover { background: inherit; color: #999999; text-decoration: underline; }

/* --------------- Screenshot Start */

#transparent a img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#transparent a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

a img {
	border: 1px solid #ccc;
}

a:hover img {
	border: 1px solid navy;
}

/* --------------- Screenshot End */


/* --------------- Contact Start */

.contact, .contact_active {
	width: 290px;
}

.contact_active {
	background-color: #DDDDDD;
}

#email_text, #subject_text, #message_text {
	font-style: italic;
}

#information, .information {
	color: green;
}

#error, .error {
	color: red;
}

input.groovybutton {
	font-size: 24px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	color: #EEFFFF;
	width: 200px;
	background-color: #0088DD;
	border-color: #003377;
	border-width: 2px;
}

input.send {
	font-size:11px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#888888;
	width:100px;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
}

/* --------------- Contact End */