/* 
++++++++++++++++++++++++++++++++++++++++++++
http://www.shihoz.com CSS Style
home.css
Last updated 1 May 2008
++++++++++++++++++++++++++++++++++++++++++++
*/ 

/* layout */
body {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../../home/images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CFD2C5;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -71px;
	margin-left: -120px;
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	behavior: expression(IEPNGFIX.fix(this));  
}
