*{
	margin:0px;
	padding:0px;
	outline:none;
}

html, body{
	width:100%;	
	height:100%;
}

html{
	background:url(../images/bg-home-html.gif) 0 0 repeat-x;	
}

body{
	background:url(../images/bg-home-body.jpg) center top no-repeat;	
	font:14px/normal Arial, Helvetica, sans-serif;
	min-width:780px;
}

a{
	color:#c757a1;	
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}

#wrapper{
	width:773px;
	margin:0 auto;
	padding:89px 7px 0 0;
}

#wrapper h1{
	width:270px;
	height:110px;
	display:block;
	text-indent:-5000px;
	background:url(../images/bg-home-logo.png) 0 0 no-repeat;
	margin:0 auto;
}

#wrapper ul{
	width:191px;
	height:133px;
	padding:3px 0 0 0;
	background:url(../images/bg-home-navi.png) 0 0 no-repeat;
	list-style-type:none;
	float:right;
	margin:116px 0 0 0;
}

#wrapper ul li a{
	width:111px;
	height:35px;
	padding:29px 80px 0 0;
	display:block;
	text-align:right;
}