@charset "UTF-8";
/* CSS Document */
/* This code is licensed under MIT license (see LICENSE.txt for details) */


/* =HTML5 fixes
-------------------------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}


/* =main
-------------------------------------------------------------- */

/* Always force a scrollbar in non-IE, makes page hold itself better */
html { 
	overflow-y: scroll;
}
body {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #922712;
	background-color: #232323;
	font-size: 1,6em;
	line-height: 1.4em;
	
} 
a {
	color: #922712;
	text-decoration: none;
}
a:hover {
	color: #a6c0b7;
}
a img {
	border: none;
}


/* =page
-------------------------------------------------------------- */
#container {
	position: fixed;
	width: 100%;
	height: 104px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	background: #232323 url("http://honda.eventolive.it/images/bkg.png") top left;
	background-repeat: repeat-x;
	z-index: 10;
}	
#index {
	width: 40px;
    	height: 40px;
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 57px;
    	align: center;
    	padding: 0px 0px 0px 0px;
	z-index: 10;
}
#home {
	width: 180px;
    	height: 45px;
	position: relative;
	float: left;
	margin-top: 57px;
    	align: center;
    	padding: 0px 0px 0px 0px;
	z-index: 10;
}
#header {
	width: 324px;
    	height: 104px;
	position: absolute;
	float: left;
	left:50%;
	margin-left:-162px;
	margin-top: 0px;
    	align: center;
    	padding: 0px 0px 0px 0px;
	z-index: 10;
}
#iscrizione {
	width: 180px;
    	height: 45px;
	position: absolute;
	float: left;
	top: 57px;
	right: 0%;
    	align: center;
    	padding: 0px 20px 0px 0px;
	z-index: 10;
}
#footer {
	position: fixed;
	width: 100%;
	height: 50px;
	padding: 0px 0px 0px 0px;
	bottom: 0px;
	background: #232323;
	border-top: 3px solid #d71031;
	z-index: 10;
}
#privacy {
	width: 160px;
    	height: 45px;
	position: absolute;
	bottom: 3px;
	right: 0%;
    	align: center;
    	padding: 0px 20px 0px 0px;
	z-index: 10;
}

#eventi {
	width: 100%;
	height: 100%;
	position: absolute;
    	align: center;
	margin-top: 570px;
}
#video {
	width: 854px;
    	height: 480px;
	position: absolute;
	left:50%;
	margin-left:-435px;
	margin-top: 110px;
    	align: center;
}
