* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

body {
	background: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 12px;
}

p {
	margin: 0 0 10px 0;
}

/* DIV TAGS */


#heightcontroller { 
	width: 1px;
	height:50%;
	margin:0 0 -245px 0; /* half of container's height - include padding/margin */
	float:left;
}

#container {
	margin: 0 auto;
	padding: 40px;
	position: relative;
	width: 642px;
	height: 410px;
	clear: left;
	background: #fff;
	border: 2px solid #aaa;
}

#flashcontent {
	border: 1px solid #999;
}