﻿* {

	margin: 0;
	padding: 0;
	border: 0;

}

body{

	height: 100%;
	text-align: center;
	background: #4f473a;

}

#container{

	width: 782px;
	margin: 150px auto;
	font: 16px Georgia, Times New Roman, Times, serif;
	letter-spacing: 0.05em;

}

	#intro{

		width: 198px;
		height: 151px;
		margin: auto;
		text-align: center;


		/*for fast preload of img when a:hover*/
		background: url(img/cieszkowski_intro_over_1.jpg) no-repeat;
   		background-position: -1000px -1000px;
	
	}

	a, a:visited{

		display: block;
		text-decoration: none;
		padding-top: 151px;
		color: #706553;
		background: url(img/cieszkowski_intro_1.jpg) no-repeat;

	}

	a:hover{

		color: #8b7d67;
		background: url(img/cieszkowski_intro_over_1.jpg) no-repeat;

	}

	a span{

		display: block;
		margin-top: 40px;

	}

/* The following style definitions are responsible for preloading key elements of the layout used in the next page */

.invisible{

	width: 1px;
	height: 1px;

}

.header_loader{

	background: #9e9484 url(img/header.gif) no-repeat; 

}

.nav_button_loader{

	background: url(img/nav_button2.jpg) no-repeat;

}

.thumbnail_bg_loader{

	background: #9f9485 url(img/thumbnail_bg.gif) no-repeat;

}
