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

html {

	overflow-y: scroll;
}

*:focus{outline:none;}			
			
html,body {
	background-color: #000000;
	height: 100%;                                                                  
    margin: 0;                                                                   
    padding: 0;        
}


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


div {
	font-size: 100%;
}
img {
	border: none;
}



div#shim {
                visibility: hidden;
                width: 100%;
                height: 60%;                                                                     
                margin-top: -200px;                                                              
                float: left;
            }


            div#wrapper {

                
                width: 1000px;
                height: 400px;
                clear: both;
                
                position: relative;
                top: -200px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */
			
			/* ]]> */



._wraper_ {
	    text-align: left;
	    width: 100%;
	    margin: 0px auto;
        line-height: 100%;
		height: 222px;
}

._main_ {
        width: 658px;
        text-align: left;
		float: left
}

.pattern {
	width: 449px;
	height: 183px;
	text-align: left;
	float: left;
	margin-top: 18px;
}
/*
.pattern {
	width: 449px;
	height: 183px;
	text-align: left;
	float: left;
	margin-top:35px;
}
*/
.blk_box {
	height: 131px;
	padding-top: 16px;
	margin-top: 16px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}



._footer_ {
		position: absolute;
		bottom: 30px;
		right: 35px;
        width: 100%;
        height: 10px;
}

._footer2_ {
		float: right;
		margin-bottom: 30px;
		margin-top: 30px;
        width: 100%;
        height: 10px;
}



._copyrights_ {
		width: 141px;
		height: 10px;
		background-repeat: no-repeat;
        float: right;
}


