/*
 * 	vim: set fdm=marker:
 *	Common Styles for Taurus World Stunt Awards 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert_adrianowski@t-sign.com)
 */

/* {{{ content */
.site {
	background: #a4131e;
}
#top-bg {
	background: url(../../../img/site/bgrepeatup.png) left top repeat-x;
}
#shadow {
	width: 1066px;
	margin: 0 auto;
	background: transparent url(../../../img/site/shadow_repeat.png) left top repeat-y;
}
#upperPage {
 	amin-height: 1000px;
 	background: transparent url(../../../img/site/bgrepeat.png) left bottom repeat-x;
}
#page {
 	margin: 72px auto 0 auto;
 	padding: 0;
 	width: 1000px;
 	amin-height: 1000px;
 	background: #090909 url(../../../img/site/bgpage.png) repeat-y;
}
#page #containerLeft {
	float: left;
	width: 702px;
	min-height: 500px;
}
#page #containerLeft .contents {
	width: 702px;	
}
#page #containerLeft .contents .xBox {
    min-height: 500px;
}
#page #containerRight {
	float: right;
	width: 296px;
	min-height: 500px;
}
#page #containerRight .contents {
	width: 296px;
}
#page #rotator {
	width: 1000px;
	height: 260px;
	border-top: 2px solid #090909;
	border-bottom: 2px solid #090909;
}
.single-img .pic {
 	height: 188px !important;
}
/* }}} */