@charset "ISO-8859-1";
/* CSS Document */

/*
---------------------------------------------------------------------------------------
GENERALI
---------------------------------------------------------------------------------------
*/
@import "reset.css";
@import "typography.css";

/*
---------------------------------------------------------------------------------------
DEFAULT
---------------------------------------------------------------------------------------
*/
@import "default.css";

@media screen and (max-width:1024px) {
	#footer {
		height: 120px;
		width: 100%;
		background: #272727;
		margin: 0px;
		padding: 0px;
		clear:both;
		position: relative;
	}
}
