* {
	margin: 0;
	padding: 0;
	}
html, body { height: 100%;}
body {
	background: url(../images/sexy-legs-sm.jpg) no-repeat top right;
	font-size:62.5%;
	min-width:960px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
}

#footer, .push {height: 6em;}

p {
	color:#5f5f5f;
}

h1 {
	font:4.8em 'Glasgow-BoldRegular', Georgia, sans-serif;
	color:#000;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

h2 {
	font:2.4em 'Glasgow-MediumRegular', Georgia, sans-serif;
	color:#000;
	line-height:1.2em;
	margin-bottom: 1.5em;
}

#content, .footer-container {
	width: 70%;
	margin:0 auto;
}

.footer-container p{
	font:1.1em Arial, Helvetica, sans-serif;
	width:420px;
	text-align:right;
	float:left;
}

/* additional classes */

.red  {	color: #ce0000}
.intro { padding: 150px 0 60px 0;}
.width-70 {	width:70%}
.width-60 { width:50%}
p.big {	font:1.8em 'Glasgow-MediumRegular', Georgia, sans-serif;}
