/* Structure */

html,
body
{
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	/*min-width: 681px; /* for mozilla */
	min-height: 100%;
	font-size: 14px;
    background-color: #000000;
}

html
{
    height: 100%;
}


/* basic styles */

div {
	margin: 0;
}


/* div wrapper that is used to center the page */

#wrapper {
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 1280px;
	height: 800px;
}


