a {
	color: #ffffff;
	text-decoration: none;
	}
a:link {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover { 
	color: #ffffff;
	text-decoration: none;
	}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
html,body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #000000;
	background-image:url(gallery/intro_background.jpg);
	background-position: bottom;
	}
table,td,tr,select,input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
.root {
	width: 100%;
	height: 100%;
	}
