#home {
	background-image: url(images/button.png);
	width: 162px;
	height: 58px;
	display: inline-block;
	position: relative;
}

#logo {
	position: relative;
	right: 360px;
	top: 7px;
}

#portfolio {
	background-image: url(images/button.png);
	width: 162px;
	height: 58px;
	display: inline-block;
}

#about {
	background-image: url(images/button.png);
	width: 162px;
	height: 58px;
	display: inline-block;
}

#contact {
	background-image: url(images/button.png);
	width: 162px;
	height: 58px;
	display: inline-block;
}

#nav {
	position: relative;
	top: 20px;
	left: 159px;
	z-index: 205;
}

#bodytext {
	width: 602px;
	text-align: left;
	position: relative;
	color: #98999c;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 35px;
	left: 183px;
}

#banner {
	background-image: url(images/banner.png);
	width: 1024px;
	height: 266px;
	padding-left: 0;
}

/* My Comment */

body {
	background: url(images/background.png) repeat-x;
}

#container {
	background-color: #fefffe;
	width: 1024px;
	height: 750px;
	position: relative;
}

#laptop {
	background-image: url(images/laptop.png);
	width: 477px;
	height: 284px;
	position: relative;
	bottom: 30px;
	right: 228px;
}

#text {
	background-image: url(images/bannertext.png);
	width: 488px;
	height: 154px;
	position: relative;
	left: 183px;
	bottom: 255px;
}

#footer {
	background-image: url(images/footer.png);
	width: 1023px;
	height: 43px;
}

#footer p {
	position: relative;
	top: 14px;
	text-align: left;
	left: 84px;
	color: #fefdfe;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer p a {
	color: #fefdfe;
	font-size: 11px;
}