@charset "utf-8";
/* CSS Document */
body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#ededed;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}

#wrap
{
	width:800px;
	height:100%;
	margin:auto;
	background-color:#FFF;	
}

#banner
{
	width:800px;
	height:116px;
	background-image:url(../images/banner.jpg);
	
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
#letter
{
	
	padding:0 30px;	
}
#footer{
	position:relative;
	height:80px;
	width:100%;
	clear:both;
	background:#303133 url(../images/footer_bg.png) repeat-x;overflow:hidden;

position:absolute;
   bottom:0;
   width:100%;
	}
#footercontent
{
	max-width:1000px;
	margin:0 auto;
	padding:0 20px;
	color:#FFF
	}
	#footer a { color: white; }	
.tumilogo{float:left}
.copyright{padding-top:20px;font-size:13px;color:#999;float:left}
#footer ul{float:right;padding-top:30px;max-width:600px; text-decoration:none; }
#footer ul li{float:left;font-size:12px;border-right:1px solid #ccc;margin-right:4px;padding-right:4px;color:#333; list-style-type: none;}
#footer ul li.last{border-right:none}
#footer p{float:right;padding-bottom:0;line-height:130%;color:#999}
#footer p a{color:#999;text-decoration:underline}
#footer p a:hover{color:#0088cc}
p.copyright{padding-bottom:0;color:#CCC}
#fbiframe
{
transform: scale(2.5);
-ms-transform: scale(2.5); 
-webkit-transform: scale(2.5); 
-o-transform: scale(2.5); 
-moz-transform: scale(2.5); 
transform-origin: bottom left;
-ms-transform-origin: bottom left;
-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
-webkit-transform-origin: bottom left;
}
.facebook
{
	padding-top:15px;
}