@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	width:100%;
	margin:0px;
	background-color:#7298D9;
}
body{
	height:100%;
	width:100%;
	margin:0px;
	overflow:hidden;
}
#wrapper{
	height:100%;
	margin-left:0px;
	min-width:1300px;
	min-height:707px;
	overflow:hidden;
}
#content {
	height:100%;
	width:100%;
	margin-left:0px;
	overflow:hidden;
}
