
/* Center Positioning */

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #eaebeb;
}
div#distance { 
	margin-bottom: -10em; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 10em;         /* required - desired height */
	width: 925px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

/* Code for all pages */

img
{  border-style: none;
}

a {
color: #959ca1; 
text-decoration: none;
}

.bold {
font-weight: bold;
}

.boldtxt {
font-weight: bold;
}

#background {
position: relative;
}

#main{
position: absolute;
left: 30px;
top: 185px;
font-family: "Tahoma", "Arial", "Myriad Pro";
color: #959ca1;
}

.break {
position: absolute;
bottom: -175px;
font-size: 17px;
}


#card {
position: absolute;
left: 75px;
top: -280px;
}

.headimg {
	margin-left: -75px;
	margin-top: 25px;
}

.coinimg {
	float: right;
	margin-right: 30px;
	margin-top: 0px;
}

.sides { 
	margin-top: -45px;
	margin-left: 1px;
}

.footer {
	margin-top: -10px;
	margin-left: 1px;
}

h1 {
	font-family: "Tahoma", "Arial";
	color: #ffffff;
	margin-top: -200px;
	margin-left: -35px;
	font-size: 23px;
	position: absolute;
	padding: 30px;
	
}

.highlight {
	color: #adc5e6;
}

/* Business Card */

div#bcdistance { 
	margin-bottom: -10em; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#bccontent {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 10em;         /* required - desired height */
	width: 640px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#bcbackground {
position: relative;
//background-image: url("images/header.png");
}

#bcmain{
position: absolute;
left: 150px;
top: -225px;
font-size: 18px;
font-family: "Arial", "Myriad Pro";
color: #959ca1; 
}

#overall {
	position: fixed;
	max-height: 360px;
}

