* {
	margin: 0px;
	padding: 0px;
}

div#includeContainer {
	background-color: #f4f5f7;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	min-width: 950px;
}

#contentbody {
	width: 816px;
	margin: 0px auto;
}

#contentbody h1 {
	height: 30px;
	margin-top: 10px;
	background-image: url("../images/title.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#contentbody ul {
	height: 45px;
}

#contentbody li {
	margin-right: 28px;
	font-size: small;
	text-indent: 15px;
	list-style: none;
	float: left;
	background-image: url("../images/icon.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

#contentbody h2 {
	height: 40px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#win h2{
	background-image: url("../images/bar_win.gif");
	background-repeat: no-repeat;
}

#mac h2{
	background-image: url("../images/bar_mac.gif");
	background-repeat: no-repeat;
}

.osContainer {
	margin-bottom: 90px;
}

.osContainer h3 {
	text-indent: -9999px;
}

.box {
	width: 816px;
	height: 462px;
	background-color: #ffffff;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.box p {
	text-indent: -9999px;
}

#ie6win {
	background-image: url("../images/ie6win.jpg");
	background-repeat: no-repeat;
}

#ie7win {
	background-image: url("../images/ie7win.jpg");
	background-repeat: no-repeat;
}

#ie8win {
	background-image: url("../images/ie8win.jpg");
	background-repeat: no-repeat;
}

#ff3win {
	background-image: url("../images/ff3win.jpg");
	background-repeat: no-repeat;
}

#safari4mac {
	background-image: url("../images/safari4mac.jpg");
	background-repeat: no-repeat;
}

#ff3mac {
	background-image: url("../images/ff3mac.jpg");
	background-repeat: no-repeat;
}


