/* CSS Document */

/*
Theme Name: TreEsse
Theme URI: /css/layout.css
Description: Generic Css
Version: 1.0 - 2009.12
Author: Giada Ranieri
Author URI: http://www.agenziaverde.it
*/

/* --- generic tags --- */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	text-align:center;
}
body {
	margin:0;
	color:#000;
	width:100%;
	font-family: "Trebuchet MS", san-serif;
	background:url(../img/bg.jpg) #311707 repeat-x;
}
#content {
	width:886px;
	height:486px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -443px; 
	/* Half the width of the DIV tag which is 400 pixels */
	margin-top: -243px; 
	/* Half the height of the DIV tag which is also 150 pixels */
}
#content h1 {
	display:none;
}
#content p {
	color:#cc9;
	text-align:center;
	margin-top:20px;
	font-size:0.7em;
	line-height:1.2em;
}
#content p a {
	color:#cc9;
	font-style:italic;
	text-decoration:none;
}
