/*
 ::Table Of Content

 1.) Global Typography
 2.) Header Section
 3.) Footer Section
 4.) Font Face
 -----------------------------------------------*/

/*
 1.) Global Typography
 -----------------------------------------------*/
body  {
	font-size: 62.5%;
	font-family: Arial,  Helvetica,  sans-serif;
}

#wrapper,  #header  {
	width: 100%;
}

#wrapper  {
	 background: #000 url(../images/11.jpg) center top fixed no-repeat;
}

.page  {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

h2  {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px -1px 3px #0186f3;
	filter: dropshadow(color=#0186f3,  offx=2,  offy=-1);
}

/*
 2.) Header Section
 -----------------------------------------------*/
#header  {
	background: url(../images/header-background.png) no-repeat center top;
	min-height: 80px;
}

.logo  {
	width: 260px;
	position: absolute;
	top: 10px;
	left: 102px;
}

/*
 3.) Footer Section
 -----------------------------------------------*/
#footer  {
	text-align: center;
	padding: 17px 0;
}

/*
 4.) Font Face
 -----------------------------------------------*/
@font-face  {
	font-family: 'ds-digitalitalic';
	src: url('../fonts/ds-digii.eot');
	src: url('../fonts/ds-digii.eot?#iefix') format('embedded-opentype'),  url('../fonts/ds-digii.woff') format('woff'),  url('../fonts/ds-digii.ttf') format('truetype'),  url('../fonts/ds-digii.svg#ds-digitalitalic') format('svg');
}
