﻿@charset "utf-8";

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

html, body {
	background: #000;
	height: 100%;
	min-height: 590px;
	min-width: 1000px;
	width: 100%;
}

body {
	color: #fff;
	position: relative;
}

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