body {
	padding:0;
	margin:0;
	text-align:center;
	background-color: #FFF;
	background-image: url(../gfx/bkgrnd_sliver.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* layout styles */
#container {
	width:829px;
	height:554px;
	margin:0 auto;
	text-align:left; /* rejustifies text for IE 5.x centering */
	background: #FFF url(../gfx/middle_bkgrnd.jpg) left top repeat-x;
}

#callouts { /* controls the 3 floated callout elements */
	height:400px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 450px;
}

#experience { /* first callout */
	height:225px;
	width:193px;
	float:left;
	margin:197px 0 0 0;
	background-color:#4d1216;
	overflow:hidden;
}

#copy {
	margin:0 0 0 -9000px;
}

#experience a {
	width:193px;
	height:225px;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background:transparent url(../images/home/ahoygram_block_off.jpg) top left no-repeat;
}

#experience a:hover {
	width:193px;
	height:225px;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	background:transparent url(../images/home/ahoygram_block_on.jpg) top left no-repeat;
}

#oldspice { /* second callout */
	height:225px;
	width:348px;
	float:left;
	margin:197px 0 0 4px;
	background-color: #4d1216;
	overflow:hidden;
}

#oldspice a {
	width:348px;
	height:225px;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background:transparent url(../images/home/main_block_off.jpg) top left no-repeat;
}

#oldspice a:hover {
	width:348px;
	height:225px;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	background:transparent url(../images/home/main_block_on.jpg) top left no-repeat;
}

#ossignature { /* 3rd callout */
	height:225px;
	width:193px;
	float:left;
	margin:197px 0 0 4px;
	background-color:#4d1216;
	overflow:hidden;
}

#ossignature a {
	width:193px;
	height:225px;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background: transparent url(../images/home/signature_block_off.jpg) top left no-repeat;
}

#ossignature a:hover {
	width:193px;
	height:225px;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	background: transparent url(../images/home/signature_block_on.jpg) top left no-repeat;
}

#footer {
	color:#FFF;
	padding:8px;
	text-align:center;
	font-family:Verdana, Sans-serif;
	font-size:0.7em;
}

#footer a {
	color:#FFF;
	text-decoration:underline;
}

