@charset "utf-8";
/* CSS Document */

/* Reset  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
fieldset, img { border: 0;}
address, caption, cite, code, dfn, em, th, var { font-style:normal;font-weight:normal;}
ol, ul { list-style:none;}
caption ,th { text-align:left;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
abbr, acronym { border:0;}
a { outline: none;}
/* // reset */

body {
	background:url(../enconstruction2010/fd.png) repeat #baa39e;
	font: 11px Arial, Verdana, sans-serif;
	color:#baa39e;
	padding:0;
	margin:0;
	padding-top:30px;
}

a {
	color:#baa39e;
	text-decoration:underline;
}
a:hover {
	color:#baa39e;
	text-decoration:none;
}

.clear {
	clear:both;
}

#global {
	width:970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../enconstruction2010/pates-nid-G.jpg) #FFF repeat-y;
}

