@charset "utf-8";
/* CSS Document */
html, body{
	padding:0;
	margin:0;
	background-color:#000000;
	text-align:center;
}

div#global{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	height:400px;
}

div#head{
	 margin-top:7px;
	 width:1024px;
	 height:153px;
	 background-repeat:no-repeat;
	 float:left;
}
div#head img{
	border:none;
	}

div#left{
	width:200px;
	height:400px;	
	float:left;
	background-image:url(../img/pergamino.jpg);
	background-repeat:no-repeat;
}
div#submenu{
	width:824px;
	height:30px;
	float:left;
}
div#right{
	width:810px;
	height:360px;
	float:left;
	margin-left:10px;
	background-repeat:no-repeat;
}


div#footer{
	color:#CCCCCC;
	padding-top:100px;
	text-align:center;
	border-bottom: #666666 2px solid;
}

