body {
	text-align: left;
	font-family: arial, sans serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	line-height: 1.5em;
	background: url('images/background.jpg') no-repeat fixed top center;

	}

A:link { 
	text-decoration: underline;
	color: green;
}

A:visited { 
	text-decoration: underline;
	color: green;
}

A:active { 
	text-decoration: underline;
	color: green;
}

A:hover { 
	text-decoration: none;
	color: yellow;
}

#container{
	margin-top: 0px;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	margin-left: auto;
	margin-right: auto;


	

}

#container2{
	margin-top: 0px;
	width: 850px;;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	margin-left: auto;
	margin-right: auto;

}

#maincontainer{
	width: 850px;
	margin-top: 0px;

}

#header{
	width: 850px;
	height: 149px;
	margin-top: 0px;
	background-image: url('images/header.png');
}

#navigation{
	width: 850px;
	height: 51px;
	margin-top: 0px;
}

#checkitout{
	float: left;
	width: 252px;
	margin-top: 0px;


}

#nextshow{
	float: right;
	width: 547px;
	height: 101px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 25px;

}

#content_container{
	float: right;
	width: 547px;
	margin-top: 0px;
	margin-right: 25px;
}

#content_top{
	float: right;
	width: 547px;
	height: 7px;
	background-image: url('images/content_top.png');
	margin-top: 0px;
}

#post_top{
	float: right;
	width: 535px;
	height: 43px;
	padding-top: 6px;
	padding-left: 12px;
	background-image: url('images/post_top.png');
	margin-top: 0px;
	font-size: 16px;
	font-family: arial, sans serif;
	color: white;
}

#post_top a:link {
	color: white;
	text-decoration: none;
}

#post_top a:visited {
	color: white;
	text-decoration: none;
}

#post_top a:active {
	color: white;
	text-decoration: none;
}

#post_top a:hover {
	color: yellow;
	text-decoration: none;
}

#post{
	float: right;
	width: 491px;
	padding-left: 33px;
	padding-right: 23px;
	background-image: url('images/post.png');
	margin-top: 0px;
}

#post_end{
	float: right;
	width: 547px;
	height: 12px;
	background-image: url('images/post_end.png');
	margin-top: 0px;

}

#content_end{
	float: right;
	width: 547px;
	height: 8px;
	background-image: url('images/content_end.png');
	margin-top: 0px;
	margin-bottom: 25px;
}

.side{
	margin-left: 25px;
}

