/* CSS Document */


/*---------------------------------------------------------------------- 
  base style
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0;
}

#under {
	position: absolute;
	width: 500px;
	height: 300px;
	display: none;
}
