body{
	background:url(../img/bg.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:80px;
	background:url(../img/info_title.png) no-repeat center;
	text-indent:-9999px;
	margin:15px auto 60px auto;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:url(../img/content_bg.gif) repeat-x #fff;
	border:solid 5px #c71e50;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#bb1d3f;
	border-bottom:dashed 1px #bb1d3f;
	margin-bottom:15px;
}
#content p{
	padding:0 0 50px 5px;
}
.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
#content p a{
	color:#333;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	background:none;
	border-bottom:1px solid #bb1d3f;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
#footer{
	height:50px;
}


/* SCALE */
.pr40{
	padding-right:40px;
}