﻿@charset "utf-8";
/* CSS Document */

#tContainer {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
	overflow:hidden;
	clear:both;
}
#tContainer #tCont #logo {
	height:101px;
	width:190px;
	position:absolute;
}
#tContainer #tCont #logo {
	height:101px;
	width:190px;
	position:absolute;
}
#tContainer #tCont {
	width:975px;
	margin:0 auto;
	display: block;
	padding:35px 0 0 150px;
}

#tContainer #tCont #content {
	width:740px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	float: inherit;
	padding:150px 30px 30px 30px;
}

#bContainer {
    	background-image:url(images/gosms/footer-bg.gif);
	background-repeat:repeat-x;
	height:100px;
}

#footer2 
{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	height:30px;
	width:975px;
	padding-top:45px;
	}	
	
#footer2 #copyright
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
text-align:center;
	
	}
	
#footer2 #credit {
	float:right;
	width:600px;
	text-align:right;
	padding-right:60px;
	}	

#footer a {
	color:#FFFFFF;
	}
	
#footer a:hover {
	text-decoration:none;
	}	

