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

/* IDs */

#flashcontent {
	width: 1000px;
	height: 500px;
	float: left;

}
#place {
	width: 950px;
	height: auto;
	padding: 25px;
	font-size:1px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

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

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

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

