/*
-----------------------------------------------
ihome basic stylesheet
author:  robin rush 
version:  04.02.08
----------------------------------------------- */


/* general
----------------------------------------------- */
* {
	padding:0px;
	margin:0px;
	border:0px;
}
 
body,html {
	background: #ffffff;
	width:100%;
	height:100%;
	font-size:10px;
	font-family:Tahoma, sans-serif;
	overflow:auto;
}
	
/* content
----------------------------------------------- */
#content_container{
		position:absolute;
		background-color:#ffffff;
		width:800px;
		height:600px;
		top:50%;
		left:50%;
		margin:-300px 0 0 -400px;
}