body{
	margin-top:30px;
	margin-left:0px;
	background:#000000;
	width: 1200px;
    height: 702px;
    margin: 0 auto;
}

a img{border:none;}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

img {
	vertical-align:bottom;
}

#contents{
	width:1200px;
	height:702px;
	margin:0 auto;
}


.group{
	height:200px;
	background:#ffffff;
}

.group td{
	width:200px;
    background-color: #ea892b;
}

.group_title{
	hei:50px;
}

.group2{
	height:200px;
	background:url(/contents/leo-g/image/bg2.jpg);
}

.group2 td{
	width:200px;
}


#footer{
	width:1200px;
	height:32px;
	text-align:center;
	background:url(image/footer_bg.jpg) no-repeat;
}

.bg_white{background:#ffffff;}