/* CSS Master Style Sheet, gelatincube.com, incept: 6/25/2007
	Designer: Robert Bethanis, Author: Ben Liu, gelatinCube */
	
/* How to process graphics: The mockups are done in Adobe Illustrator. 
Within Illustrator, "Save for Web" as JPEG at 100% quality. Thumbnails 
are x x y px JPG */



html, body, div, p, table, form, ul, li, img, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	cursor: pointer;
}

html {
	font-size: 65%;

}

body {
	font: 1.25em Arial, Helvetica, Verdana, sans-serif;
	background-color: #141414;

}

#mainarea {
	width: 880px;
	margin: 0 auto;
	background: url('../img/mainarea_bg.gif') top left repeat-y #1c1c1c;

}