/* User Agent modification */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, font, img, small, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td  {
padding: 0;
margin: 0;
border:0;
}


ul {
	list-style-type: none;
	}

a {
	color: #4d919f;

}

a:hover {
	cursor: pointer;
	color: #4d919f;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}

h1,h2,h3 {
	font-size: 120%;
	font-weight: 100;
	line-height: 1.4em;
	margin-bottom: 5px;

}
.text-center {
	text-align: center;
}


.huge {
	font-size: 3em;
}

/* -----------------------------------  */

body {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 100;
	text-align: left;
	background: #f2f2f2;
}


#wrapper{
height: 100%;
width: 100%;

}

#header {
	padding: 20px 0;

	position: relative;
	width: 100%;
	padding: 50px 0;

}


.pos_center {
	margin-top: 10%;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;

	padding: 30px 0;
	width: 100%;
	height: 140px;
	background-color: #333;
	color: #eee;
	}
