html {
	color: #000;
	background: #1b3d69 url(bg.jpg) no-repeat center top;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 1em 0
}

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
	text-align: center;
}

h1 {
	font-size: 138.5%
}

h2 {
	font-size: 123.1%
}

h3 {
	font-size: 108%
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold
}

p, ul, ol, fieldset, table, pre {
	margin-bottom: 1em
}

h1#name {
	display: none;
}

div#container {
	width: 560px;
	padding: 20px;
	margin: auto;
	margin-top: 100px;
	border: 1px solid #7892b3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #3c597f url(bginner.jpg) no-repeat center top;
}

div#container h2 {
	color: #fffeff;
	font: 250% "Trebuchet MS", Sans-serif;
	text-shadow: #333 3px 2px 0;
}

div#container p,
div#container li {
	font-size: 112%;
	color: #aabdd7;
}

div#container a {
	color: #d5dfed;
}

div#container a:hover {
	color: #fff;
}

div#container ul,
div#container li {
	list-style-type: none;
}