	/* Global reset */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/*	RZIM	*/
	
	body {
		background: #fff;
		color: #333;
		font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: left;
	}
	
	a, a:link, a:visited, a:hover { color: #333; text-decoration: none;}
	a:hover { text-decoration: underline;}
	
	#container {
		margin: 50px auto 0 auto;
		padding: 0 0 0 0;
		height: 550px;
		position: relative;
		width: 800px;
	}
	
	
	#container #book{
		background: #fff url('june27_2010_b.jpg') 0 0 no-repeat;
		height: 500px;
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		width: 321px;
	}

	#container #details {
		background: #fff url('june27_2010_a.jpg') 0 0 no-repeat;
		float: left;
		height: 500px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		width: 479px;
	}
	#container #details .order {
		background: transparent url('button_order.jpg') 0 0 no-repeat;
		display: block;
		height: 47px;
		width: 201px;
		position: absolute;
		top: 266px;
		left: 208px;
		outline: none;
	}
	#container #details .order:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
		filter: alpha(opacity=50);
		opacity: .5;
	}
	
	#container #footer {
		color: #777;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		letter-spacing: 2px;
		color: #666;
		font-size: 11px;
		height: 50px;
		padding: 0 0 0 0;
		width: 800px;
	}
	

