body
{
	margin:0;
	padding:0;
	background-image: url("poze/background.png");
	background-size: 100%;
	font-family:verdana;
	color: white;
}
.wrapper
{
	width:800px;
	height:auto;
	margin:0 auto;
	background-image: url("poze/wrapper.png");
}
.header
{
	width:640px;
	margin:0 auto;
}
.container
{
	padding-top:50px;
	width:640px;
	height:auto;
	margin:0 auto;
	background-color:rgba(26, 84, 129, 0.74);
}
.topbar
{
	background-color: rgba(75,75,100,0.5);
	background-repeat: repeat;
	width:100%;
	height:30px;
	position:fixed;
}
.footer
{

}
.bar
{
	float:left;
	margin-left:20px;
	margin-top:-20px;
	font-size:20px;
	list-style:none;
}
.logo
{
	padding-top:30px;
	height:230px;
	width:640px;
}
.name , .occupation , .about , .experience , .education , .contact , .portofolio
{
	list-style:none;
	margin-left:-40px;
	padding-bottom: 30px;
	padding-top:8px;
	font-size:18px;
}
a
{
	text-decoration:none;
	color:white;
}
a:hover
{
	background-image: url("poze/hover.png");
	background-repeat: repeat-x;
}
.data
{
	margin-left:10px;
	margin-top:-5px;
}
.img
{
	width:150px;
	height:150px;
	float:left;
	margin-left:10px;
	list-style:none;
}