@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.holder {
	float: left;
	width: 900px;
}
.holdertop {
	float: left;
	width: 900px;
	height: 199px;
}
.imageHolder {
	float: left;
}
.imageHolder2 {
	float: left;
	width: 292px;
	background-image: url(../images/cedric/images/pic3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 196px;
	padding-top: 2px;
}
.holder2 {
	float: left;
	width: 900px;
	background-color: #000;
}

