@charset "utf-8";
/* CSS Document */
html{
	overflow:hidden;
}
html, body{
	height:100%;
	margin:0px;
}

body{
	background-image:url(images/main-back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f8f8f8;
	color:#efefef;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif, Calibri;
}

#logo{
	background-image:url(images/rioshu.jpg);
	width:240px;
	height:108px;
}

#info{
	width:250px;
	height:100%;
	background-color:#202123;
	float:right;
	padding-left:50px;
	padding-top:75px;
}

#building{
	background-image:url(images/building.gif);
	background-repeat:no-repeat;
	height:414px;
	width:426px;
	position:absolute;
	left:0px;
	bottom:0px;
}

h4{
	font-size:12px;
	margin:0px;
	margin-bottom:5px;
	margin-top:25px;
}

p{
	font-size:11px;
	margin:0px;
}
