body,html{
	padding: 0;
	margin: 0;
	border: 0;
}




#background_index{
	background: #ff7d0f;
}




#logo_index{
	width: 225px;
	height: 300px;
	position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-top: -200px;
    margin-left: -112px;
	background: url(../images/logo.jpg);
	overflow: hidden;
}