* {
	padding: 0;
	margin: 0;
}
#conts {
width: 960px;
height: 250px;
margin: -100px 0px 0px -480px;
left: 50%;
top: 50%;
position: absolute;
}
body {
	line-height: 1.3em;
	font-size: 100.1%;
	font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	background: #e3e3e3;
	text-align: center;
	margin-bottom: 4.0em;
}

h1 {
	line-height: 2.0em;
	font-size: 1.8em;
	color: #9c0;
	margin-bottom: 1.0em;
}
h2 {
	line-height: 1.5em;
	font-size: 1.5em;
	color: #9c0;
	margin-bottom: 1.0em;
}
p {
	margin-bottom: 1.5em;
}

a img {border:0;}
a {
	text-decoration: underline;
	color: #0040B6;
}
a:link { color: #0040B6; }
a:visited { color: #0040B6; }
a:hover { color: #c00; text-decoration: none; }
a:active { color: #c00; }


ul {
	margin: 20px 0;
}
li {
	margin-left: 40px;
}
fieldset {
	padding: 10px;
}
hr {
	color : #fff;
	height : 1px;
	padding : 0;
	border-color : #f6f6f6;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 2.0em 0;
}

pre {
	font-size: 12px;
	line-height:1.4em;
	padding: 10px;
	background: #ffffee;
	border: solid 1px #ddd;
	margin: 0 0 20px 0;
	/* Wordwrap Hack */
	white-space: pre-wrap;		/* css-3 */
	white-space: -moz-pre-wrap !important;		/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}

