@charset "utf-8";

body {
	background-color: #0051a4;
}
.footer{
	position: fixed;
	bottom: 5px;
	left: 5px;
}	
.tnlogo {
	position: fixed;
	bottom: 5px;
	right: 0px;
  	background-image: url(tnlogo.png);
	background-repeat: no-repeat;
	height:75px;
	width:75px;
}
.logo{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100px;
	position:fixed;
	margin:-50px 0 0 -50%;
  top:50%;  
  left:50%;	
}
.logotop{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100px;
	position:fixed;
	margin:-50px 0 0 -50%;
  top:10%;  
  left:50%;	
}
.container{
	width:600px;
	height:400px;
	top:50%;
	left:50%;
}
footer{
	background-color:#333333;
	position: fixed;
	width: 100%;
	height: 30px;
	left:0px;
	bottom: 0px;
}
.footertext{
	position:relative;
	top: 5px;
	color: #757575;
}
a:link {
    color: #757575;
}
a:visited {
    color: #757575;
}
a:hover {
    color: #FFFFFF;
}
a:active {
    color: #0000FF;
}