#login_background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	min-width:1100px;
	min-height:800px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

#login_content {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	min-width:1100px;
	min-height:800px;
	overflow:hidden;
}


#left_content {
	width:90%;
	display:table-cell;
	vertical-align:middle;
}

#title_text {
	font-size:20px;
	color:#000000;
	margin-top:30px;
	margin-left:200px;
	margin-right:20px;
	font-weight:bold;
	font-style:italic;
	opacity: 0.7;
}

#right_transbox {
	position:absolute;
	left:20%;
	top:20%;
	width:60%;
	height:50%;
	background-color:#ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5;               /* Good browsers */
	border-radius: 10em 0 5em 2em;
	-moz-border-radius: 10em 0 5em 2em;
	-webkit-border-radius: 10em 0 5em 2em;
}

#mascot {
	position:absolute;
	left:14%;
	top:16%;
	height:40%;
}

#login_box {
	position:absolute;
	left:20%;
	top:20%;
	width:60%;
	height:50%;
	text-align:center;
	display:table;
}

#loginbottom_box {
	position:absolute;
	left:20%;
	top:71%;
	width:60%;
	height:12%;
	text-align:center;
	display:table;
}

#bottom_content {
	width:75%;
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	padding-right:20px;
	color:#757272;
	font-weight:bold;
	font-style:italic;
	opacity: 0.7;
}

#bottom_transbox {
	position:absolute;
	left:20%;
	top:71%;
	width:60%;
	height:12%;
	text-align:center;
	display:table;
	background-color:#ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5;               /* Good browsers */
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

#link_box {
	position:absolute;
	left:20%;
	top:84%;
	width:60%;
	height:6%;
	text-align:right;
	display:table;
	border:0px solid red;
}
#linkbox_content {
	width:90%;
	display:table-cell;
	vertical-align:middle;
}

#right_content {
	width:90%;
	display:table-cell;
	vertical-align:middle;
}