@charset "utf-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
body{
	background:url(../img/bg.png) repeat;
}

p{
	font-family: 'Corben', arial, serif;
	color:#f5f5f5;
	font-size:22px;
	text-align:center;	
	text-shadow: 2px 2px 2px #555555;
}

.marg1{
	margin:50px 0;
}
	

h1{
	font-family: 'Corben', arial, serif;
	color:#f5f5f5;
	font-size:36px;
	text-align:center;	
	margin:50px 0 10px 0px;
	text-shadow: 2px 2px 2px #555555;
}

.highlight{
	color:#fffebb;	
}