/**
 * STOREFRONT ELEMENTS
 */
 
#storefront_main {
	position: relative;
	top: 20px;
	width: 870px;
	background-color: #666845;
}

A.btn:link,
A.btn:visited {
	color: #FFFFFF;
	text-decoration:none;
}
A.btn:hover,
A.btn:active {
	color: #FFFFFF;
	text-decoration:underline;
}