@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
margin : 0; 
padding : 0; 
border : 0; 
outline : 0; 
background : transparent; 
vertical-align : baseline; 
} 

body {
	font-family : Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-size : small;
	color : #000;
	width : auto;
	margin-top : 0;
	overflow-x:hidden;
	overflow-y: scroll;
	
} 


#wrapper { 
width : 800px; 
height : 600px; 
margin-top : 0px;
margin-left : auto; 
margin-right : auto; 

}




#main-content {
	margin : 0px;
    width : 800px; 
	height: 200px;
	padding-top: 400px;
	background: url(images/rhi.png);
	text-align:center;
} 


#footer {
    width :96%; 
	height: 8px;
	margin: 0%;
	padding: 1% 2% 1% 2%;
	clear:  both;
	position: fixed;
	bottom:0px;
	text-align: right;
	background: #fff;
}




h1, h2, h3, h4, h5, h6 p { 
font-weight : normal; 
} 


h1 { 
font-size : 2.7em; 
line-height : 1.2em; 
margin-bottom : 0.5em; 
} 
h2 { 
font-size : 1.5em; 
line-height : 1.2; 
margin-bottom : 0.75em;
font-weight: 300;
} 
h3 { 
margin : 0 0 .5em 0; 
line-height : 1.5em; 
font-size : 1.2em; 
font-weight : 400; 
}
 
h4 { 
font-size : 1em; 
line-height : 1.25; 
margin-bottom : 1.25em; 
} 

h5 { 
font-size : 1em; 
font-weight : bold; 
margin-bottom : 1.5em; 
} 
h6 { 
font-size : 0.85em; 
font-weight : bold; 
} 
p { 
margin : 0 0 1em 0; 
line-height : em; 
font-size : 1em; 
font-weight : 400; 
}


.white {
color: #FFF;
}

.black {
color: #000;
}

a:link { 
color : #000; 
text-decoration : none; 
} 
a:visited { 
color : #000; 
text-decoration : none; 
} 
a:hover { 
color : #B43AE4; 
text-decoration : none; 
} 