body {
	margin: 0;
	text-align:center;
	font-family:"Lucida Sans Unicode", Tahoma, sans-serif;
	font-size:13px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	color:#BFBBBD;
	background-attachment:fixed;
}

#website {
	position:relative;
	top:0px;
	width:900px;
	margin: 0 auto;
	text-align: left;
	height:auto;
}

#logo {
width:413px;
height:129px;
background-image:url(img/logo.png);
display:block;
margin-top:50px;
margin-left:50px;
float:left;
}

#contactdetails {
height:129px;
width:300px;
float:left;
margin-top:50px;
font-size:14px;
margin-top:65px;
margin-left:115px;
}

.pink17 {
color:#F10F74;
font-size:17px;
}

.grey17 {
font-size:17px;
}

.pink14 {
color:#F10F74;
font-size:14px;
}

#laptop {
background-image:url(img/laptop.png);
width:388px;
height:306px;
display:block;
float:left;
margin-left:15px;
margin-top:75px;
}

#introtext {
width:450px;
height:auto;
text-align:justify;
float:left;
margin-top:70px;
margin-left:25px;
}

#portfolio {
background-image:url(img/portfolio.png);
width:900px;
height:61px;
display:block;
margin-left:22px;
margin-top:50px;
background-repeat:no-repeat;
float:left;
}

#get_in_touch {
background-image:url(img/get_in_touch.png);
width:900px;
height:62px;
display:block;
margin-left:22px;
margin-top:30px;
background-repeat:no-repeat;
float:left;
}

#text_get {
width:400px;
height:auto;
float:left;
margin-left:30px;
text-align:justify;
margin-top:10px;
}

#portfolio_files {
width:900px;
height:auto;
float:left;
}

.blok {
width:450px;
height:220px;
float:left;
margin-top:30px;
}

.blok_titel {
margin-left:30px;
color:#F10F74;
font-size:14px;
}

.blok_text {
margin-left:30px;
}

.blok img {
	margin-left:30px;
	margin-top:15px;
	text-decoration:none;
	border: 5px solid #BFBBBD;
}

.blok a img{
	border: 5px solid #BFBBBD;
	text-decoration:none;
}

.blok a:hover img{
	border: 5px solid #F10F74;
	text-decoration:none;
}

a {
	color:#BFBBBD;
	text-decoration:underline;
}

a:hover{
	color:#F10F74;

}

ul li{
margin-left:-25px;
color:#F10F74;

}

ul li span {
color:#BFBBBD;
}

#contactform {
width:400px;
float:left;
height:auto;
margin-left:50px;
margin-top:10px;
}

input {
	font-family:"Lucida Sans Unicode", Tahoma, sans-serif;
	width:395px;
	height:25px;
	color:#353535;
	font-size:13px;
	background-color:#BFBBBD;
	border-color:#353535;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
		line-height:-10px;
}

textarea {
	font-family:"Lucida Sans Unicode", Tahoma, sans-serif;
	width:395px;
	height:200px;
	color:#353535;
	font-size:13px;
	background-color:#BFBBBD;
	border-color:#353535;
	border-style:solid;
	border-width:1px;
	margin-bottom:20px;

	}
	
#submit {
width:100px;
font-size:17px;
}

#submit:hover {
color:#BFBBBD;
background-color:#F10F74;
cursor:pointer;
border-color:#353535;
}

#line {
background-color:#4f4e4e;
width:750px;
height:1px;
display:block;
float:left;
margin-left:75px;
margin-top:30px;
}

#copyrights {
width:auto;
height:50px;
text-align:center;
float:left;
font-size:10px;
margin-top:10px;
margin-left:200px;
}

#scroll {
float:left;
height:1px;
}






