@font-face {
	font-family: 'Garage';
	src: url('../fonts/GarageGothic-Regular.eot') format('embedded-opentype'),
	url('../fonts/GarageGothicRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'trade';
    src: url('../fonts/tradegothic.eot') format('embedded-opentype'),
         url('../fonts/tradegothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'Hel';
	src: url('../fonts/HelveticaNeue.otf') format("opentype");
	font-weight: normal;
}
@font-face {
	font-family: 'HelLight';
	src: url('../fonts/HelveticaNeue-Light.otf') format("opentype");
	font-weight: normal;
}
@font-face {
	font-family: 'HelUltraLight';
	src: url('../fonts/HelveticaNeue-UltraLight.otf') format("opentype");
	font-weight: normal;
}


.wrap {
		position:relative;
		margin:0 auto;
        width:960px;
	}

#footer {
		width:100%;
		background-color:#CCC;
		border-top:1px dotted #999;
		border-bottom:#000 solid 20px;
	}

