@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	background-image: url(page_bkgd.gif);
	background-repeat: repeat-x;
	margin: 0;
}


#content
{
	width: 100%;
	text-align: center;
}

.presentation
{
	margin: 20px auto;
	width: 940px;
	height: 650px;
	border: 5px solid #0066CC;
}