/* @override 
	http://abk.dev/assets/css/ext.css
*/

@import url("reset.css");




html {
	height: 100%;
}

body {
	color: #000;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #e4e2d0 url(../images/body-bg.gif) repeat-x;
	height: 100%;
	position: relative;
	overflow: hidden;
}

a#sitename {
	position: absolute;
	margin-top: 6px;
	margin-left: 10px;
}

div#ext_head {
	border-bottom: 5px solid #000;
	position: relative;
	height: 85px;
}

div#ext_head p {

}

p#call2action {
	background-image: url(../images/ext-banner.png);
	width: 383px;
	height: 60px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 300px;
}

a#emailLink {
	position: absolute;
	top: 20px;
	left: 245px;
	/*border: solid 2px blue;*/
	width: 130px;
	height: 35px;
	display: block;
}
/* @group External Site */


div#ext_frame {
position: absolute;
top: 90px;
left: 0;
right: 0;
bottom: 0px;
/*height: 100%;*/
}

#ext_site {
width: 100%;
height: 100%;
margin-bottom: -200px;
background: #fff;
}
/* @end */
