/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	background-image: url(assets/02A12C4J.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 445px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 1em;
}

#box1 {
	font-size:40px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 40px;
}
#box2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0px;
	line-height: 1.5em;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 330px;
	padding-bottom: 10px;
	height: 405px;
	width: 432px;
	overflow: scroll;
}