a:link {
	color : #000;
	text-decoration : none;
}
a:visited {
	color : #000;
	text-decoration : none;
}
a:hover {
	color : #000;
	text-decoration : underline;
}
a:active {
	color : #404040;
	text-decoration : underline;
}
body {
	background: url(images/back.jpg) no-repeat #FFFFFF;
	font-family : Tahoma;
	font-size : 9px;
	text-align: center;
}
h1 {
	font-size:20px;
}
#main {
	background: url(images/back2.jpg) no-repeat right bottom transparent;
	/*background: transparent;*/

	/*width: 1100px;*/

	/*width: 100%;*/
	height: 699px;
	text-align: center;
}
p {
	font-size:9px;
	color: #666666;
}
