﻿@charset "utf-8";
/* CSS Document */

.header, .main, .footer
{
	margin:auto;
	width:1004px;
}

.invisible
{
	display: none;
}

.visible
{
	display: table;
}