
/* 

   Petr Tichư - webdesign

   Autor: Petr Tichư - www.ihatetomatoes.net

	

 */
 

html, body {
	margin: 40px 0 0 0;
	padding:0px;
	text-align:center;
	color:#355368;
	background-color:#fff;
	height:100%;
	}
	
body * { 
	text-decoration: none;
	border:none;
	list-style: none;
}

#container {
	background: url(../images/page_background.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align: left;
	line-height:1.6em;
	margin-left:auto;
	margin-right:auto;
	color:#355368;
	background-color:white;
	width:780px;
	}
	
p {
	text-align:center;
}
	

