body {
	margin: 0px;
	background-image: url(../images/geckotracks.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.container {
	width: 760px;
	margin-right: auto;
	margin-left: 140px;
}
.menu {
	padding-top: 75px;
	text-align: right;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	height: 500px;
	background-position: 20px 100px;
}
.header_content {
	padding-left: 480px;
	padding-top: 50px;
}
.content {
	padding-top: 50px;
	min-height: 600px;
}
.footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.gecko {
	background-image: url(../images/gecki.jpg);
	background-repeat: no-repeat;
	background-position: 0px 350px;
}
.portfolio img {
	margin: 1px;
}
.border {
	border: 1px solid #CCCCCC;
}
.contact {
	color: #820000;
	text-align: center;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #820000;
	border-right-color: #820000;
	border-bottom-color: #820000;
	border-left-color: #820000;
}

