﻿@charset "utf-8";

* { border: none; margin: 0; outline: none; padding: 0; }

html, body { background: #fff; height: 100%; width: 100%; min-height: 700px; min-width: 998px; }
body { color: #fff; position: relative; }

.structure { height: 100%; position: relative; width: 100%; }
#content { left: 0; position: absolute; top: 0; }
