/* Common */
body {
	margin-bottom: -180px;
}

h1 {
	margin: 0.5em 0;
	font-size: 300%
}

h2 {
	margin: 0.5em 0;
	font-size: 200%;
}

h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}

/* Intro */
/*h1, h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}*/

.intro {
	width: 895px;
	height: 430px;
	margin: -5px -2px -10px -2px;
	padding: 0;
	background-color: transparent;
	background-image: url("/images/tour/ultrastar_intro_03.jpg");
/*	background-image: url("http://bak1.ultrastargame.com/www.ultrastargame.com/attachments/File/images/tour/intro.jpg"); */
/*	background-image: url("http://www.ultrastar.nazwa.pl/images/tour/ultrastar_intro_03.jpg"); */
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.introdescription {
	width: 340px;
	padding: 15px 30px;
}

h1#introtitle {
	font-size: 41px;
	line-height: 42px;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

h2#introdescription {
	padding-top: 5px;
	font-family: georgia,times;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	color: #222222;
	margin-bottom: 5px
}

#introtour {
	text-align: center;
	padding: 0 50px 0 50px;
	height: 40px;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 0px;
}

#introdownload {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

#introexperimental {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/* Tour */

.tourintro h2 {
	font-size: 140%;
	font-weight: normal;
	line-height: 120%;
}

.tour {
	width: 865px;
/*	text-align: center; */
}

.tour hr {
	width: 100%;
	border: 1;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.touritem {
	clear: both;
	padding: 1px 10px 1px 10px;
}

.touritem img {
	width: 480px;
	height: 270px;
	margin: 0 20px 0 20px;
}

.touritemdesc h3 {
	font-size: 200%;
}





