/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

html {
	background: transparent url('../img/skybg.jpg') no-repeat scroll center top;
	height: auto !important;
	min-height: 100%;
	min-width: 980px;
	position: relative;
	
	font-family: Arial, Sans-Serif;
}

h1, h2 {
	font-family: Arial, Sans-Serif;
}

h1 { 
	font-size: 36px;
	color: #8f3435;
}
h2 {
	font-size: 24px;
	color: #8f3435;
}

img {
	border: 0;
}

/**
 * CLASSES
 */
.container {
	position: relative;
	width: 460px;
	margin: 10px auto 10px auto;
}

.bfhTipHeader {
	font-weight: bold;
}

.bfhTipBody {

}