@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body {
	color:white;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/wall.jpg);
	text-align: center;
}

p {
	margin:15px;
	text-align:center;
	font-weight: bold;
}

h3 {
	font-size:14px;
}

.wide {
	text-align:center;
	position:relative;
	float:left;
	width:30%;
	height:180px;
}

.wider {
	position:relative;
	float:left;
	width:70%;
	height:180px;
}
.cont {
	text-align:justify;
	margin:0 auto;
}

.cont b {
	font-size:16px;
}
.red {
	color: #F00;
}
