html {
	height:100%;
	min-height: 100%;
	background:url(../images/body_bg_s1.jpg) top left;
}

body {
	height:100%;
	min-height: 100%;
	background:url(../images/container_bg_s1.jpg) top center no-repeat;
}

#container {
	width:740px;
	margin:0 auto;
}

#header {
	text-align: center;
	padding:85px 0 65px 0;
}

#content {
	overflow: auto;
}

#footer {
	clear:both;
	margin:25px 0px 75px 0px;
	text-align: center;
}

p {
	font: roboto, arial, sans-serif;
	font-size:14px;
	color:#000;
	margin-bottom:20px;
	line-height: 145%;
}

a, a:link, a:visited {
	color:#86834a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p.copyright {
	font-size:12px;
}

p.portfolio {
		margin:50px 0;
}

p.portfolio a {
	display: block;
	background:url(../images/portfolio_s1.png) top left no-repeat;
	width:175px;
	height:0;
	padding-top:20px;
	overflow: hidden;
}

p.portfolio a:hover {
	background:url(../images/portfolio_s1.png) bottom left no-repeat;
}

img.right {
	float:right;
	margin-left:85px;
}