@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	height:100%;
	padding:0px;
	color:#000;
	font-size:11px;
	font-family:Tahoma;
	background-attachment:fixed;
}

.container {
	width: 728px;
}

.box_body {
	background-image: url('/assets/box_click/bg_box_728x90.jpg');
	background-repeat: no-repeat;
	position: absolute;
	width: 728px;
	height: 90px;
}

.box_links_left {
	position: relative;
	top: 40px;
	left: 152px;
	float: left;
}

.box_links_right {
	position: relative;
	margin-top: 40px;
	margin-left: 1px;
	float: right;
}

.box_links_left a {
	display: block;
	background-image: url("/assets/box_click/box_click_arrow_black.jpg");
	background-position: 15px 7px;
	background-repeat: no-repeat;
	text-decoration: none;
    overflow:hidden;
    width:260px;
    color:red;
    font-size:11px;
    font-weight:bold;
    line-height:22px;
    height:20px;
    padding-left:30px;
}

.box_links_right a {
	display: block;
	background-image: url("/assets/box_click/box_click_arrow_black.jpg");
	background-position: 15px 7px;
	background-repeat: no-repeat;
	text-decoration: none;
    overflow:hidden;
    width:270px;
    color:red;
    font-size:11px;
    font-weight:bold;
    line-height:22px;
    height:20px;
    padding-left:30px;
}

