body{
	background-color : #111111;
	background-image :  url(./bg.jpg);
	background-attachment : fixed;
@@@@background-position:center top;
}

.back2{
	background-image : url(./bg2.jpg);
	height : 100;
	border-width : 2px 1px 5px 1px;
	border-style : solid solid solid solid;
	border-color : #111111 #111111 #111111 #111111;
}



.head-l{
	background-image : url(./head-l.jpg);
	background-repeat : no-repeat;
	height : 50;
	text-indent : 70px;
}

.head-r{
	background-image : url(./head-r.jpg);
	background-repeat : no-repeat;
	height : 50;
	text-indent : 10px;
}

.head-c{
	background-image : url(./head-c.jpg);
	background-repeat : no-repeat;
	height : 50;
	text-align : center;
}

.head-m{
	background-image : url(./head-m.jpg);
	background-repeat : no-repeat;
	height : 50;
	text-indent : 10px;
}

.head-f{
	background-image : url(./head-f.jpg);
	background-repeat : no-repeat;
	height : 50;
	text-align : center;
}



.cont-main{

}

.cont-main-crear{

}