* {
	margin: 0;
	padding: 0;
} 

body {
	color: #4c4c4c;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	background-color: #999;
	background: url(http://www.malatinszkyconsulting.hu/img/bg.jpg)
	

}	
p {
	line-height: 30px;
	text-align: center;
}

a {
	color: #b26ca9;
	border-bottom-width: 1px;
	-webkit-transition: color 0.4s ease-out;
	margin-bottom: 1px;
}

a:hover {
	color: white;
	background: #b26ca9;
	text-decoration: none;
}

#logo { margin-left: 200px; padding: 30px; }

h1 {
	color: gray;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 20px;
	text-transform: capitalize;
}

h2 {
	margin-top: 10px;
}

img {
	border: none;
}

#img {
	padding: 35px;
}

a img:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

#anything {
  background: rgba(0,0,0,0.5);  /* 50% transparent */
}


ul, li {
	text-decoration: none;
	padding-left: 30px;
	text-indent: -30px;
}

.class {clear:both;}

#header {
	margin-top: 20px;
	height: 150px;
	
}

div#page-wrap {
	width: 700px;
	margin: 0 auto;
	min-height: 600px;
	background-color: white;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;

}

div#services {text-align: center; font-weight: bold; padding-top: 30px;}

div#main-content {
	padding-top: 50px;
}
	div#main-content div#sidebar {
	float: left;
	width: 0px;
	margin-top: 90px;
	}
	
	div#main-content div#content {
	float: right;
	width: 700px;
	}
	
#footer {
	background-color: #b26ca9;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
	width: 700px;
	margin: 0 auto;
	color: white;
	text-align: center;
	height: 30px;
	padding-top: 10px;
}