/* @override http://www.designmeasure.com/css/noFlash.css */

body {
	background: url(../images/gradient_bg.jpg) center top;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-width: 800px;
	position: relative;
}

div#holder {
	margin-left: 80px;
}

img#logo {
	margin-top: 80px;
}

p#intro {
	color: #454545;
	margin-top: 65px;
	font: italic 25px/30px Georgia, "Times New Roman", Times, serif;
	margin-right: 40px;
}

a#flashLink, a#portLink {
	float: left;
	display: block;
	width: 240px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 40px;
	margin-right: 20px;
	text-decoration: none;
	color: #676767;
	padding-left: 60px;
	background: #fff url(../images/arrow.png) no-repeat 28px center;
	font-weight: bold;
	font-size: 14px;
}

a#flashLink {
}

a#flashLink:hover, a#portLink:hover {
	background-color: #f6f6f6;
}

p#measureIntro {
	position: absolute;
	bottom: 83px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	left: 0;
	margin-left: 80px;
}

address {
	position: absolute;
	bottom: 65px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	left: 0;
	margin-left: 80px;
}