html {
	height:100%;
}

img {
	border:none;
}

body {
	margin:0;
	padding:0;
	height:100%;
	min-height:600px;
}

#container {
	margin:0 auto;
	position:relative;
	width:1200px;
	height:100%;
	min-height:600px;
}

#flash {
	float:left;
	position:relative;
	height:600px;
	width:1200px;
}

a:focus {
	outline:none;
}

.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}