html { 
	padding:0px;
	margin:0px;
	}

body {
	margin:0;
	padding:0; 
	font-family: verdana; 
	font-size:12px;
	color: #FEC414;
    background: url("ie_sucks.png");
	}

a {
	color: #FE9314;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
		color: #FAFF6C;
		text-decoration: underline;
		}
	
#tlo {
	margin:0;
	padding:0; 
	height: 400px;
	width: 100%;
	background: url("tlo.png") no-repeat 50% 61px; 
	}
	
#center {
	width: 345px;
	position: absolute;
	left: 50%;
	margin-left: -173px;
	border: 0px solid red;
	background: url("center.png") no-repeat 0px 61px; 
	text-align: center;
	}

#header {
	height:61px; 
	width: 345px; 
	border: 0px solid red;
	padding: 0;
	}
		
	
#tresc {
	padding: 30px 20px 20px 20px;
	}	
	#tresc p img {
		vertical-align: top;
		}	

#tresc_portfolio {
	padding: 30px 20px 20px 20px;
	border: 0px solid red;
	background: url("center_tlo.png") no-repeat 0px 952px; 
	height: 1435px;
	}	
	#tresc_portfolio p img {
		vertical-align: top;
		}			
	
div#portfolio_left {
	float: left;
	width: 47%;
	height: 1330px;
	border: 0px solid silver;
	padding: 0;
	}
	div#portfolio_left img {	
		border: 2px solid #FE9314;
		margin-top: 4px;
		}
	div#portfolio_left img:hover {	
		border: 2px solid #FAFF6C;
		}				
	div#portfolio_left a {
		font-size: 11px;
		}
	
div#portfolio_right {
	float:right;
	width: 47%;
	height: 1330px;
	border: 0px solid silver;
	padding: 0;
	}
	div#portfolio_right img {	
		border: 2px solid #FE9314;
		margin-top: 4px;
		}
	div#portfolio_right img:hover {	
		border: 2px solid #FAFF6C;
		}				
	div#portfolio_right a {
		font-size: 11px;
		}
		
#stopka {
	background: url("center_footer.png") no-repeat;	
	height: 31px;
	width: 345px;
	clear: both;
	background-repeat: no-repeat;
	color: #0072BC;
	text-align: center;
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
	border: 0px solid silver;
	padding: 0;
	margin: 0;
	}	
	
	#stopka p {
		margin: 0px 0 0 0;
		padding: 14px 0 0 0;
		border: 0px solid red;
		}
	
	#stopka a {
		text-decoration: none;
		margin-right: 0px;
		font-weight: normal;
		}
		#stopka a:hover {
			text-decoration: underline;	
			}

	

	