html {
	background-image: url("imgs/wood-wall.png");
	background-repeat: repeat-x;
}

#top {
	text-align: center;
	position: absolute;
	top: 50px;
	left: 400px;
	font-family: sans-serif;
}

#id {
	width: 50px;
	height: 50px;
}

.sidebar {
	font-family: sans-serif;
}

script {
	position: relative;
}

#me {
	position: absolute;
	left: 403px;
	top: 250px;
	border: 2px solid white;
	width: 200px;
	height: 300px;
}

#projects {
	position: absolute;
	left: 607px;
	top: 250px;
	height: 200px;
	width: 300px;
	border: 2px solid white;
}

#blog {
	position: absolute;
	left: 403px;
	top: 510px;
	height: 200px;
	width: 300px;
	margin-bottom: 50px;
	border: 2px solid white;
}

#contact {
	position: absolute;
	left: 707px;
	top: 452px;
	height: 200px;
	width: 200px;
	margin-bottom: 50px;
	border: 2px solid white;
}

#textme {
	position: absolute;
	left: 410px;
	top: 240px;
	font-family: sans-serif;
}

#textproj {
	position: absolute;
	left: 635px;
	top: 250px;
	font-family: sans-serif;
}

#textblog {
	position: absolute;
	left: 410px;
	top: 500px;
	font-family: sans-serif
}

#textcontact {
	position: absolute;
	left: 720px;
	top: 440px;
	font-family: sans-serif;
}