@charset "UTF-8";

body {
	background-image: url("../images/bg_login.png");
    background-repeat: no-repeat;
    background-size: 100%;
    color: #333;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

@media screen and (max-width:1200px) {
body {
	min-width: 1200px;
    background-size: 1200px;
}
}

header.top_header {
	height: 100px;
	background-color: #fff;
}
header.top_header #tsoc {
	margin-top: 23px;
	margin-left: 97px;
}
#login {
	float: right;
	margin-top: 10px;
	margin-right: 97px;
}
#site_title {
	margin-top: 250px;
	text-align: center;
}
footer {
	background-color: #fff;
	width: 100%;
	height: 150px;
	text-align: center;
	margin-top: 250px;
}

@media screen and (min-width:1400px) {
footer {
	background-color: #fff;
	width: 100%;
	height: 150px;
	text-align: center;
    position: fixed;
    bottom: 0;
}
}

#footer_area {
	width: 900px;
	margin: 0 auto 0 auto;
}
#footer_logo {
	float: left;
	margin-top: 25px;
	margin-right: 20px;
}
#address {
	float: left;
	margin-top: 30px;
	text-align: left;
}
#copy {
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 80%;
}