/* CSS Document testingtutoring.com */
* { margin: 0; padding: 0; }

html {
background: url(img/bg_index.gif) repeat-x;
}
a:link {
	color: #000033;
}
a:visited {
	color: #a00389;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
body {
	background: #FFF url(img/slogan1.jpg) repeat-x top left; width:100%;
	padding-bottom: 40px;
}
img { border: none;
}
#tandt {
	position: absolute; top: 35%; left: 0; width: 100%;
	text-align: center;
	background: none;
	display: none;
	min-width: 600px;
	max-width: 1600px;
	height: 200px;
}