html,body,p,form,input,ul,li,label,h1,h2,h3,h4,h5,h6 {
padding:0px;
margin:0px;
}
html {
width:100%;
height:100%;
}
img {
	border:none;
}
body {
	text-align: center;
	background-image: url(../images/bg.jpg);
}
#conteiner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	background-image: url(../images/p_1.jpg);
	height: 700px;
	position: relative;
}
.web_design {
	background-image: url(../images/p_2.jpg);
	display: block;
	height: 15px;
	width: 124px;
	position: absolute;
	left: 239px;
	top: 313px;
}
.web_design:hover {
	background-image: url(../images/p_2_hover.jpg);
}
.photography {
	background-image: url(../images/p_3.jpg);
	display: block;
	height: 15px;
	width: 161px;
	position: absolute;
	left: 399px;
	top: 313px;
}
.photography:hover {
	background-image: url(../images/p_3_hover.jpg);
}
#portfolio {
	font-family: Georgia;
	font-size: 12px;
	color: #717171;
	position: absolute;
	left: 295px;
	top: 345px;
}

