/*
The Web Tower
2009
*/
* {
	font: 12px Tahoma, Verdana, Arial;
}
html {
	height: 100%; margin: 0;
}
body {
	margin: 0;
	height: 100%; overflow: hidden;
	background-color: #d6e6f5;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
a {
   outline: none;
}
