﻿#middle{
	margin: 0 auto;
	background: url(../img/background.png) no-repeat;
	width: 316px;
	height: 627px;
}
body{
	background: url(../img/gradient.png) repeat-x;
	text-align: center;
	font-family: georgia,Times New Roman;
}
h2{
	padding: 230px 0 30px;
	color: #636363;
	font-size: 22px;
	border-bottom: 1px solid #eeeeee;
	margin: 0 20px;
	font-weight: 400;
}
p{
	padding-bottom: 15px;
	color: #636363;
}
#middle a{
	color: #ff0000;
	text-decoration: none;
}
#middle  a:hover{
	text-decoration: underline;
}
