@charset "utf-8";
*{
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.container {
	height: 600px;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body{
	background-color: #5A5A5A;
	margin: 0px;
	padding: 0px;

}
.bt {
	background-image: url(../images/login_page_NTCU_16.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #666666;
	font-size: 87.5%;
	height: 27px;
	width: 95px;
}
.login {
	position: relative;
	top: 240px;
	text-align: center;
}
a:link {
	text-decoration: none;
}
.logo {
	background-image: url(../images/login_page_NTCU_v2_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	width: 158px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.header {
	height: 49px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.footer {
	background-image: url(../images/FOOTER.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	width: 100%;
	position: relative;
	font-size: 75%;
	text-align: center;
}
.header_gif {
	background-image: url(../images/top-gray_teacher.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 49px;
	width: 409px;
}
.content {
	background-image: url(../images/Human%20Support%20Systems.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
	width: 100%;
	position: relative;
}
