@charset "utf-8";
/* Suse */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	
}
div#center {
	width: 1000px;
	position: relative;
	margin: auto auto;
	height: 100%;
	font-size: 1.2em;
	border-right: solid 1px #f49c2e;	
	border-left: solid 1px #f49c2e;
}
div#text{
	position:absolute;
	top: 150px;
	width: 500px;
	color: #444;
	left: 203px;

}
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
