*{
	margin:0;
	padding:0;
}

body{
	font:14px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#666;
}
h1,h2{
	/*color:#000000;*/
}
h1{
	font-size:54px;
	line-height:56px;
}
h2{
	font-size:16px;
	line-height:16px;
}
a{

}
	a:hover{
		margin-bottom:-2px;
		border-bottom:1px solid #c01516;
	}

#wrapper{
	margin:100px auto 10px auto;
	width:500px;
}
	#container{
		border:2px dashed #c01516;
		border-radius:10px;
	}
		#content{
			/*position: absolute;
			top: 10px;
			left: 0px;*/
			/*float: right;*/
			width:100%;
			/*height: 600px;*/
			margin:50px auto;
			text-align:center;
			vertical-align:middle;
			/*border: 2px dashed #DD0000;*/
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}

	#copyright{
		margin:10px auto;
		width:100%;
		text-align:center;
		font-size:10px;
	}

.wapa-logo{
	font-family:Tahoma,Helvetica,sans-serif;
	font-weight:bold;
}
.wapa-logo-red{
	color:#c01516;
}
.wapa-logo-black{
	color:#3d3937;
}