*{
	margin:			0 0 0 0;
	padding:		0 0 0 0;
}

html{
	height:			100%;
	overflow: 		hidden;
}

body{	
	font: 62.5% "Trebuchet MS", Georgia, verdana,arial,helvetica,sans-serif;
	color:				#000;
	background-color: #fff;
	height: 		100%;
	overflow: 		hidden;
}

div#flashcontent{
	margin:			0 auto;
	width:			100%;
	height:			100%;
}

	div#flashcontent div#top{
		background-color: #eee;
		height: 50%;
		position: relative;
		top: 0;
		width: 100%;
	}
	
		div#flashcontent div#top a.tv{
			background-image: url('../images/tv.png');
			background-position: left top;
			background-repeat: no-repeat;
			display: block;
			height: 361px;
			left: 50%;
			margin: -308px 0 0 -240px;*/
			outline: none;
			position: absolute;
			text-indent: -4000px;
			top: 100%;
			width: 480px;
		}
		
	div#flashcontent div#bottom{
		left: 50%;
		margin: 50px 0 0 -202px;
		position: absolute;
		top: 50%;
		width: 403px;
	}
		
		div#flashcontent div#bottom p{
			font-size: 1.2em;
			margin: 0 0 1em 0;
		}