/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.sinople.net/mt-static/themes-base/blog.css);
@import url(http://www.sinople.net/mt-static/themes/sinople/screen.css);
body {
	background-color:#ffffff;
	text-align:center;
	background: #ffffff url() repeat-y top center;
}

.container {
	position:relative;
	width:1000px;
	z-index:1;
	overflow:hidden;
}
#container-spacer{
	height:150px;
}
#container-inner{
	background:transparent;
	position:relative;
	min-height:100%;
	text-align:left;
	width:1000px;
	z-index:3;
}
#content {
	background-color:#fff;
	background-image:url("http://sinople.net/mt-static/themes/sinople/body.jpg");
	background-repeat:repeat-y;	
}
.header {
	position:absolute;
	top:15px;
	left:0px;
	height:125px;
	width:100%;
	background-color:#000000;
	background-image:url("http://sinople.net/mt-static/themes/sinople/darkrusty.jpg");
	background-repeat:repeat-x;
	z-index:2;
	border-bottom: #d00 solid 1px;
}
.footer {
	position:absolute;
	left:0px;
	height:125px;
	width:100%;
	margin-top:-5px;
	background-color:#000000;
	background-image:url("http://sinople.net/mt-static/themes/sinople/darkrusty.jpg");
	background-repeat:repeat-x;
	border-top: #d00 solid 1px;
	z-index:2;
}
.layout-wtt #alpha {
	width:635px;
	z-index:4;
}
.layout-wtt #beta {
	width:183px;
	left:182px;
	z-index:4;
}
.layout-wtt #gamma {
	width:182px;
	right:183px;
	z-index:4;
}
/* end StyleCatcher imports */