html {
font-size: 100%;
}

body { 
	background-color: #909090; 
	font-size: 62.5%; 
}

#container { 
	background-color: #ffffff; 
	border-style: solid; 
	border-color: #909090; 
	border-width: 1px; 
	width: 105em; 
	height: 78em;
	margin-left: auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:2em;
}

#header {
	float: left;
	width:100%;
	height:15em;
}

#middle {
	float: left;
	width:100%;
	height:40em;
}


#intro {
	float: left;
	margin: 2em 0 0 3.5em;
	width: 100em;
	height:5em;
}
.intro {
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #909090;
	float: left;
	font-size: 2em;
	font-weight: 400;
	padding: none;

}

#buttons {
	float: left;
	margin: 0 5em 0 2em;
	width: 100em;
	height:30em;
}

#jonreed {
	float: left;
	background:url(../images/jonreedbutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}

#buttonblurb {
	float: left;
	margin: 15em 2em 0 3em;
	width: 20em;
	height:10em;
}


#reedmedia {
	float: left;
	background:url(../images/reedmediabutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}

#publishingtalk {
	float: left;
	background:url(../images/publishingtalkbutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}

#sbs {
	float: left;
	background:url(../images/sbsbutton.png) no-repeat;
	margin: 0;
	width: 25em;
	height:25em;
}


#footer {
float: left;
margin: 20.1em 0 0 2em;
width:100em;
height: 2.9em;
background: #8CC63F url(../images/leftcurve.png) left no-repeat;

}

.content {
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #404040;
	float: right;
	font-size: 1.1em;
	font-weight: 400;
}

.copyright {
	font-family:  Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #fff;
	float: right;
	font-size: 1.1em;
	font-weight: 400;
	padding: 2px 12px;
}


