@charset "UTF-8";
/* CSS Document */


img
{
	border:none;
}

#wrapper 
{
    position: relative;
	background-image:url(../images_4_index/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:760px;
	width:915px;	margin-left:auto;
	margin-right:auto;

}

#wrapper_page_down
{
    position: relative;
	background-image:url(../images_4_index/temp_page_down.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:760px;
	width:915px;
	margin-left:auto;
	margin-right:auto;

}

#copy
{
	position: absolute;
	left:50px;
	top:180px;
	width:800px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}



        
