/******************************************************************************/

/* duca-graphic http://duca-graphic.com */

/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}



/* Layout */
body {
    font-size: 82%;
	line-height: 130% ;
    color: #FFFFFF;
    text-align: center;
				background-color:#231917;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	height:780px;
    text-align: left;
				background-color:#231917;
}

div#n1 {
    width:100%;
	height:650px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/sample_1.jpg); 
	}

div#n2 {
    width:100%;
	height:650px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/sample_2.jpg); 
	}



#footer {
    margin: 0 auto;
    width:300px;
	height:85px;
	color:#2b1d0e;
	padding-top:15px;
	padding-left:500px;
	}


/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/