@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	/*no scrollbars for 100% x 100% swf*/
	overflow: hidden;
	height: 100%;
}

body {
	background-color: #FFF;
	height: 100%;
}

#content {
	
}

#noFlashContent{
	background-color:#099;
}

h1{
	font-size:316px;
}


























