@charset "utf-8";
 
/* This defines the whole body element */
body {
	margin:0;
	padding:0;
	text-align:center;
}
/* Remove the border from all images */
img {
	border:0;
}

/* This defines the whole outside ie: the wrapper*/
#wrap {
	text-align:center;
	width:645px;
	margin:10px auto;
}
/* The headers for different parts */
.titles {
	margin:20px auto;
}

.left {
	float:left;
}
.right {
	float:right;
}
/* This is the spacer */
.spacer {
	height:30px;
}
/* This clears the floats */
.clear {
	clear:both;
}
