@import url("reset.css");
@import url("global.css");
@import url("footer.css");
/*ELEMENTE*/
#master{
	margin: 0 auto;
	width: 450px;
	background: #fff;
	box-shadow: 0 0 5px #000;
	padding-bottom: 40px; 
}

/*HEADER*/
header{
	width: 450px;
	height: 100px;
	position: relative;
	background: none
}

#logo{
	margin: 20px 0 0 20px;

}

/*CONTENT*/

#content {
	float:none;
	width: 400px;
	margin-left: 20px
}

/*FOOTER*/
footer {
	width: 450px;
}


