/*
	Cascading Style Sheet for tapatko
	Author: TanaTko Ko. 1999-2011 (c)
	1099@tapatko.com 
	http://tapatko.com/
*/

html {
	height: 100%;
	margin: 0 auto; /* Center of the page */
}

body, html {
	background: #FFF url(tapatko_2011.png) no-repeat center center; margin: 0; height: 100%;;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #666;
	font-stretch:expanded;
} 

a {
	color: #000; 
}

a:hover {
	color: #CCC;
}
