body {
	background: #000000;
	color: #ffffff;
	background-image: url('/images/Icon_MainPage.png');
	background-repeat: no-repeat;
	font-family: Verdana, Arial;
	font-size: 90%;
}

a img {
	border: 0;
}

#company_logo {
	position: absolute;
	right: 50px;
	top: 50px;
}

#login_container {
	position: absolute;
	right: 50px;
	top: 30%;
	text-align: right;
	width: 400px;
	height: 100px;
}

#login_table {
	float: right;
	font-size: 80%;
	text-align: right;
	width: 320px;
}

#login_table td {
	padding: 2px;
}

#login_table a, #login_table a.visited {
	color: white;
}

#login_table input {
	font-size: 80%;
}

#login_title {
	font-size: 120%;
	font-weight: bold;
	color: #de2929;
	height: 45px;
}

#error_msg {
	color: #de2929;
	border: 1px solid red;
	background: #555555;
	text-align: center;
	font-size: 90%;
}

#notice_msg {
	color: #000000;
	border: 1px solid #5a8f29;
	background: #ace1af;
	text-align: center;
	font-size: 90%;
}

#error_msg a {
	color: #de2929;
}

#notice_msg a {
	color: #5a8f29;
}

#search_container {
	position: absolute;
	top: 45%;
	right: 50px;
}

#search_container input {
	font-size: 80%;
}

#media_link {
	position: absolute;
	top: 60%;
	right: 0px;
}

#link_container {
	position: absolute;
	width: 100%;
	top: 70%;
}

#link_table {
	width: 100%;
}

#link_table td {
	padding: 10px;
	text-align: center;
}

.image_container {
	display: inline;
	padding: 0 10px;
}