body { 
	background-color: #0D3F69;
	margin: 0; 
	padding:0;
}

a:link { COLOR: #fff; }

a:visited { COLOR: #fff; }

a:visited { COLOR: #fff; }

a:hover { COLOR: #0D3F69; BACKGROUND: #fff; }

a:active { COLOR: #0D3F69; BACKGROUND: #fff; }

p1 { 
	DISPLAY: block; 
	FONT-FAMILY: Georgia; 
	COLOR: #fff; 
	FONT-SIZE: 150%; 
	TEXT-ALIGN: center; 
	
}


#header { background-color: #0D3F69; width: 100%; height:300 px; }

#sandwich { 
	background-image:url('http://gastonmarket.com/img/content/Sandwich.jpg'); 
	background-size: 110%;
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height: 300px;
}

#contentcontainer { 
	width: 30%; 
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	z-index:1; height:
	auto; min-height: 650px; 
	min-width:375px; 
}

#contentbg { 
	background-color: #000;
	position:absolute;
	z-index: 1;
	opacity: .5;
	width:100%;
	height:100%;
}

#content { 
	position:absolute;
	opacity: 1 !important;
	width:100%;
	z-index:2;
	height:100%;
	overflow:auto;
}

#fb-platform { 
 background-color: #fff;
 width: 500px;
 position: relative;
 margin-left:auto;
 margin-right:auto;
 z-index: 1;
}