﻿@charset "utf-8";
/* CSS Document */

/* HTML */

body {
	background-color:#000000;
	color: #FFFFFF;
	margin: 0;
}

/* IDs */

#maincontainer {
	width: 1000px;
	height: auto;
	margin: auto;
}

#header {
	width: 1000px;
	height: 100px;
}

#cont {
	width: 1000px;
	height: auto;
}

#beachfoot {
	width: 1000px;
	height: 2px;
}

#spons {
	width: 1000px;
	height: 50px;
}

#footer {
	width: 960px;
	height: auto;
	padding: 20px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#500pxleft {
	float:left;
	width: 500px;
	height: auto;
}

#500pxright {
	float:right;
	width: 500px;
	height: auto;
}