/*

Author: onepagedesign
Author URI: http://onepagedesign.net
Version: 4.01

ONEPAGEDESIGN
http://onepagedesign.net
(c) copyright 2010. all rights reserved.

*/


/* Typography
-------------------------------------------------------------- */

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #6e635b;
}

h1 {
	padding-bottom: 20px;
	font-size: 18px;
}

p {
	padding-bottom: 10px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #6e635b;
	text-decoration: none;
}


/* Layout
-------------------------------------------------------------- */

html, body {
	background: url(../assets/graphics/bg.png) repeat #170f0f;
}

#wrapper {
	width: 100%;
}

#landing {
	margin: 125px auto 0 auto;
	width: 980px;
}
