@charset "utf-8";
/* CSS Document */

@import url("common.css");

* {
	margin: 0;
	padding: 0;
	border-width: 0px;
}
html {
	height: 100%;
	overflow: hidden;
}
#myContent {
	height: 100%;
}
body {
	height: 100%;
}

