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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-align: center;
}
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #000000;
}
a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #777777;
	text-decoration: none;
}
:focus {
	outline: 0;
}
img {
	border-style: none;
}
#vertcenter{
    float:left;
    height:50%;
    margin-top:-200px; /* half of the content element's height */
    width:100%;
}
#content {
	width: 1000px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../img-index/bg.jpg);
	padding-top: 1px;
}
#content #leftside {
	width: 200px;
	height: 120px;
	float: left;
	margin-top: 95px;
	margin-left: 255px;
}
#content #rightside {
	width: 200px;
	height: 240px;
	float: right;
	margin-top: 105px;
	margin-right: 265px;
}
#content #leftside #atlogo {
	width: 172px;
	height: 68px;
	float: right;
}
#content #leftside #contactinfo {
	width: 125px;
	height: 25px;
	float: right;
	margin-top: 10px;
}
#content #rightside #aireng {
	width: 171px;
	height: 75px;
	float: left;
}
#content #rightside #digimedia {
	width: 171px;
	height: 100px;
	float: left;
	margin-top: 45px;
}
