/* CSS Document */
* {
margin:0px;
padding:0px;
}

body{
background-image:url(images/gal_bg.jpg);
background-repeat:no-repeat;
background-color:#999999;
}

#kuva{
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#txt{
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

h2{
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica;
	font-size:16px;
	text-align:left;
	color:#000000;
}

p{
	padding-top:10px;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	text-align:center;
	color:#000000;
}