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

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

body {
	background-image: url(tapatko_2010.png);
	background-position: center;
	background-color: #000;
	background-repeat: no-repeat;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-stretch:expanded;
	z-index: 0;
} 

img, div { behavior: url(http://tapatko.com/iepngfix.htc) }

a {
	color: #000; 
}

a:hover {
	color: #FFF;
}