html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul, li {
	list-style-image: none;
	list-style-type: none;
}
.clear {
	clear: both;
}
.orange {
	color: #FF5200;
}
a:link, a:visited {
	color: #FF5200;
}
a:hover, a:active {
	color: #A43500;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
html, body, #wrap {
	height: 100%;
}
#wrap {
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#wrap h1 {
	padding-top: 94px;
	padding-left: 83px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #666;
}
#wrap h2 {
	font-size: 13px;
}
#wrap p {
	margin-bottom: 5px;
}
#wrap #langs {
	display: block;
	padding-top: 44px;
	padding-left: 389px;
}
#wrap #langs div.lang {
	padding-bottom: 30px;
}
#wrap #footer {
	margin-top: 150px;
	text-align: center;
}
