@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	/*overflow: hidden;*/
}

#body {
	background-repeat: no-repeat;
	/*height: 726px;*/
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

#bodybackground {
	background-image: url("images/bodybackground.jpg");	
}
#content {
	/*height: 435px;*/
	overflow: auto;
	padding: 15px;
}

#contentarea {
	background-image: url("images/content.png");
    color: white;
    font-family: "Helvetica";
    /*height: 100%;*/
    width: 725px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 400px;
}

.section {
	margin-bottom: 100px;	
}

#title {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
}
