
/* -- for ie 6 -- */

* html .png {
	behavior: url(styles/png.htc);
}
* html body {
	behavior: url(styles/csshover.htc);
}

/* -- end --*/
table {
    border-collapse: collapse;
}
* {
	font-family: Tahoma;
}
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Tahoma;
}
td {
	vertical-align: top;
}
img {
	margin: 0px;
	border: none;
}
.relative {
	position: relative;
}
#line {
	font-size: 8px;
	background: #fff url(../img/bottom_line.jpg) left bottom repeat-x;
	height: 8px;
	width: 100%;
}
#copyright {
	width: 700px;
	margin: 0px auto 15px auto;
	font-size: 12px;
	color: #444444;
}
#main {
	height: 100%;
	width: 100%;
}
#main .fixer{
	height: 500px;
}
#main .content{
	width: 700px;
	margin: 100px auto 0px auto;
}
#main .footer{
	vertical-align: bottom;
}
#main .text{
	margin-top: 5%;
	font-size: 23px;
	color: #cacaca;
	margin-bottom: 20px;
}
#main .content_left {
	position: absolute; 
	z-index: 500; 
	left: -30px;
}
#main .content_right {
	position: absolute; 
	z-index: 100; 
	left: 260px; 
	top: 45px;
}
#main .content_left .title a{
	position: relative;
	top: 20px;
	left: 35px;
	font-size: 24px;
	color: #005fa2;
	text-decoration: underline;
}
#main .content_right .title a{
	position: relative;
	top: 20px;
	left: 190px;
	font-size: 24px;
	color: #005fa2;
	text-decoration: underline;
}
