@charset "utf-8";
/* CSS Document */

@import url('reset.css');

/* LAYOUT */

html {
	overflow-y:scroll;
}

body {
	background:url(../img/bg.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
}

#wrapper {
	
}

#site {
	width:960px;
	margin-left:122px;
	float:left;
}

#header {
	width:100%;
	float:left;
	padding-top:270px;
	margin-bottom:14px;
}

#branding {
	width:100%;
	float:left;
}

#content {
	width:100%;
	float:left;
	margin-left:10px;
}

/* TYPO */

body {
	color:#0093d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

a,a:visited,a:active {
	text-decoration:none;
	color:#0093d0;
}

a:hover {
	color:#fdd406;
}
