/* @override http://localhost/kelvin/rw_common/themes/live/css/fixed/900.css */

html, body {	
background-image: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

div.colmask.blogstyle {
	width: 900px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image:url(../../images/sidebar/sidebar900.png);
	background-repeat: repeat-y;
	
}

.blogstyle .colleft {
	background: url(../../images/content900.png) repeat-y right;
}

body {
	width: 900px;
	margin: 0 auto;
}

#bgfix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -99;
}
