* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
#page {
	width:960px;
	margin:0px auto 0px;
}


/* header */
#header {
	height:125px;
}

/* left */
#left {
	float:left;
	width:180px;
	padding: 0 20px 20px 50px;
}

/* content */ 
#content {
	float:left;
	width:590px;
	padding: 20px 0 20px;
}

/**
* Markup free clearing
* Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */

#image_list_container {width:590px; height:470px; overflow:hidden; position:relative}
			#image_list { height:470px; position:absolute; top:0px; left:0px;}
			.image {width:590px; height:470px; background:url(../images/indicator.gif) no-repeat 50% 50%; float:left}