@CHARSET "UTF-8";

html {
	height: 100%;
}
img {
	border: none transparent;
}

body {
	margin: 0;
	padding: 0;
	background-color:#000;

}
/*** 2010 ***/
#body-wrapper {
	background: url(../_images/bg.jpg) center center no-repeat;
	margin: 50px auto 0 auto;
	padding: 0 auto;
	width: 730px;
	height: 448px;
}




/*** 2008 **/
/*
#main_body {
	width: 900px;
	height: 600px;
	background-color: #fff;
}
#left {
	width: 35%;
	height: 90%;
	float: left;
	background:transparent url(/_images/logo_imozox.jpg)  no-repeat center;

}
#vertical {
	width:2px;
	float: left;
	height: 100%;
	background:transparent url(/_images/vertical.gif)  no-repeat center;
}
#right {
	width: 64%;
	height: 100%;
	float: left;
	
}
#checkrod{
	margin-top: 150px;
	width: 100%;
	height: 20%;
	background:transparent url(/_images/logo_checkrod.jpg)  no-repeat center;
}
#promptdesign{
	margin-top: 60px;
	width: 100%;
	height: 20%;
	background:transparent url(/_images/logo_prompt.jpg)  no-repeat center;
}
#footer{
	font-size: 10px;
}

#logo {
	margin: 20px 0 0 0;
}

*/