/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
    height: 100%;
    }

body {
	background: #d5d1a5 url(../img/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}



/*  General   */


a {
	text-decoration: none;
}

p {
	font-family: "Allan", Arial, Helvetica, sans-serif;
	color: #393725;
	font-size:26px;
}


#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }
 
#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }
 
#inner {
    width: 50%;
    margin: 0 auto;
    padding: 0 20px;
    }
 
/* \*/
* html #content {
    top: 50%;
    left: 0;
    height: 1px;
    }
 
* html #content #inner {
    position: relative;
    top: -50%;
    }
/* */

h1.logo {
	background: url(../img/header-logo.png) no-repeat;
	width: 312px;
	height: 118px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	margin: 27px auto 0 auto;
}

#info {
	text-align: center;
	padding: 30px 0 0 0;
	margin: 15px auto 0 auto;
	background: url(../img/header-line-bg.png) repeat-x;
	width: 700px;
}
