﻿@charset "utf-8";

/* CSS Document */
* {
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	position: relative !important;
}

/*
 * remove header, footer and navigation
 */
.footer {
	display: none;
}

#header {
	display: none;
}