body {
	background-color: #FFF;
	background-image: url(../images/graphics/gradient.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#mainLogo {
	margin-left: 190px;
	padding-top: 50px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 16px;
}
#demo p {
	padding-top: 0px;
	margin-bottom: 20px;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
#flashDemo {
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 65px;
	margin-bottom: 50px;
}
#flashDemo2 {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#demos {
	padding-top: 50px;
}

