/*
master.css  v1.0

Description:
	Pure Interactive website master styles
*/

body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 76.1%;
	text-align: center;
	background: #fff;
}

a:link { text-decoration: none; color: #336699; } 
a:visited { text-decoration: none; color: #336699; }
a:hover { text-decoration: underline; color: #3399cc;} 
a:active { text-decoration: none; color: #3399cc; }

#container { 
 	position: relative;
 	margin: 0 auto;
	padding: 300px 0 0 0;
 	width: 400px;
 	text-align: left;
	overflow:hidden;
}

#logo {
	margin: 0;
	padding: 0;
	width: 194px;
	height: 86px;
	text-indent: -5000px;
	background: url(../images/pure_logo_0001.jpg) no-repeat;
}

#email {
	margin: 6px 0 0 70px;
	padding: 0;
	font-size: 90%;
}


/* end */