@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#htmlArea {
	background-color: #002F76;
	width: 250px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#flashArea {
	background-color: #144086;
	height: 100%;
	margin-right: 250px;
}
#news {
	width: 100%;
}
h2 {
	margin: 0px;
	padding: 0px;
}