@charset "utf-8";
/* CSS General Layout */

html, body {
	margin:0;
	padding:0;
}


/* Container - Layout Centrato */

body {
	text-align:center;
	background:url(images/bg-body.jpg) repeat-x #68add7;
}

#container {
	position:relative;
	width:980px;
	margin:10px auto;
	text-align:left;
}


/* Main - Logo - Menu */

#header {
	position:relative;
	height:350px;
	background:url(images/bg-header.gif) no-repeat;
}	

#header #main-img {
	position:absolute;
	width:960px;
	height:335px;
	background:no-repeat;
	top:10px;
	left:10px;
}

#header #logo {
	position:absolute;
	top:10px;
	left:5px;
	z-index:3;
}

#header #menu {
	position:absolute;
	top:240px;
	left:235px;
	z-index:3;
}


/* Body - Content - Calss Entry */

#body {
	margin:0;
	padding:0;
	background:url(images/bg-div-body.gif) repeat-y;
}
	
#body #content {
	margin:0;
	padding:0 0 20px 0;
	min-height:800px;
	background:url(images/bg-content.gif) bottom no-repeat;
}

#body #content .entry {
	margin:	0 220px 5px 250px;
	padding:5px 0 0 0;
}


/* Side - Class Box */

#side {
	position:absolute;
	width:225px;
	top:250px;
	left:15px;
	background:#a7b7c5;
	text-align:center;
	z-index:3;
}

#side .box{
	position:relative;
	width:215px;
	min-height:280px;
	background:url(images/bg-side-box.jpg) no-repeat #fff;
	margin:5px auto;
	text-align:left;
}


/* Sponsor */

#sponsor {
	position:absolute;
	top:350px;
	left:765px;
	z-index:3;
	padding:2px;
}
	
	
	

