@import url("main.css");


/* CONTAINER					##################################### */
div#nw-container {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

/* NW-HEADER					##################################### */
div#nw-header {
	position: absolute; top: 0;
	width: 100%; height: 60px;
	background: url("") repeat-x;
}
	a#nw-logo{
		display: block; cursor: hand;
		margin-left: 5px;
		width: 142px; height: 55px;
		background: url("") no-repeat;
		text-indent: -2000px;
	}

/* NW-FOOTER					##################################### */
div#nw-footer{
}

/* NW-MAIN						##################################### */
div#nw-main{
	margin: 62px auto;
}
div#box-capture{
	width: 100%; text-align: center;
}



body#body-capture{
	margin-top: 10px;
	background-color: #f0f0f0;
}
