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

body{
    margin:0px;
    padding:0px;
	background:#000000;
	font-size:10px;
	color:#7D7D7D;
	font-family:Arial, Helvetica, sans-serif
}

.clear{clear:both; height:0; line-height:0; display:none}

div#main{

	overflow:auto;
    height:580px;
    width:955px;
    position:absolute;
	background:#000;
    top:50%;
    left:50%;
	margin:-265px 0 0 -472px;
	padding:0;
	overflow:hidden;


}

div#con{

    height:530px;
    width:955px;
    position:relative;
	background:#FFFFFF;
	margin:0;
	padding:0;
	z-index:1;
	overflow:hidden;

}

#tl, #tr, #bl, #br{
	position:absolute;
	width:60px;
	height:60px;
	display:block;
	z-index:100;
}

#tl{
	background:url(../image/tl.png) no-repeat;
	left:0;
	top:0;
}
#tr{
	background:url(../image/tr.png) no-repeat;
	right:0;
	top:0;
}
#bl{
	background:url(../image/bl.png) no-repeat;
	left:0;
	top:470px;
}
#br{
	background:url(../image/br.png) no-repeat;
	right:0;
	top:470px;
}



#homeImage{float:left; width:320px; padding:50px 0 0 100px}
#homeImage a img{width:320px; height:480px; border:0}

#homeLogo{float:left; width:505px; padding:250px 0 0 30px}
#homeLogo a img{width:505px; height:150px; border:0}
#homeLogo #copy{padding:100px 0 0 10px; text-decoration:none}
#homeLogo #copy a{text-decoration:none; color:#7D7D7D}
#homeLogo #copy a:hover{text-decoration:underline}

#copyRights{position:relative; padding:20px 0 0 0; width:955px; text-align:center; height:30px; overflow:hidden}
#copyRights a{color:#7D7D7D; text-decoration:none;}
