@charset "utf-8";
/* CSS Document */

body {
	background-color:#97746d;	
}

.btbk {
	background-image: url(images/breyk-throo-background.png);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom:200px;
	width:100%;
	text-align:center;
}

.topLink {
	font-family: Calibri, Trebuchet MS, arial;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
}

a:hover.topLink {
	font-family: Calibri, Trebuchet MS, arial;
	color: #FFF;	
	font-size: 16px;
	text-decoration:underline;
}
a:hover.footer {
	font-family: arial, Calibri, Trebuchet MS, ;
	color: #FFF;
	text-decoration:underline;
	font-size:10pt;
}