body {
	background-color:#000000;
	background-position: top center ;
	background-attachment: fixed ; 
	color: #2F302B;
	background-image:url(../images/interface/main/damier.jpg);
}

#container {
	position: absolute;
	display:block;
}

div#page {
	float:left;
	margin-top:7px;
	margin-left:15px;
}

div#global {
	min-height: 100%;
	width: 780px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	}

div#main {
	overflow:inherit;
	display: table-cell;
	height:100%;
	background-repeat:repeat-y;
	overflow: hidden;
	height: 1%;
}

div#content {
	background-color:#ffffff;
	min-height:400px;
}

div#header {
	width: 760px;
	height: 17px;
	padding-top: 120px;
	padding-left: 20px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/interface/main/tecpro_barriers.jpg);
}




div#footer {
	padding-top:20px;
	background-color : #e0e0e0;
	position: absolute;
	width: 780px;
	height:30px;
	text-align:center;
}

div#footer a{
	text-decoration:none;
}
div#footer p{
	display:inline;
}


div#admin_content_new {
	width: 770px;
	color:#000000;
	background-color:#ffffff;
	min-height:400px;
}

div#admin_content {
	width: 770px;
	color:#000000;
	background-color:#ffffff;
	min-height:400px;
}



