@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.outer-container{
	width:975px;
	margin-right: auto;
	margin-left: auto;
}
.container{
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	height: 726px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
}
.content{
	width:440px;
	height:480px;
	float:right;
	margin-top:220px;
	margin-right:42px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	text-align:right;
}
.contact{
	width:300px;
	height:155px;
	margin-top:87px;
	margin-right:80px;
	font-size:22px;
	line-height:28px;
	float:right;
}
