*{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

h1{
	font-size:20px;
	padding: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

body{
	font-size: 16px;
	text-align: center;
	background: #fff;
	background-image: url(img/bg.jpg);
}

#wrap{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #000;
}

.header{
	color: white;
	background-image: url(./img/head.jpg);
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

.content{
	text-align: left;
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.mess{
	background: #FFDDDD;
	border: 1px solid #A80000;
	padding: 15px;
	margin-bottom: 15px;
}

.footer{
	background: #A80000;
	color: white;
	background-image: url(img/fod.jpg);
	width: 800px;
}

.button{
	text-align: center;
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
