@charset "utf-8";
/* CSS Document */

body {
	background-image: url(waggis-bg-sm.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	max-width: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #fce702 !important;
	font-size: 12px;
}

a {
	color: #fce702;
text-decoration: underline;
}


div.transbox {
	max-width: 550px;
	height: auto;
	background-color: transparent;
	border: none;
	margin-top: 75px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right:50px;
	float: right !important;
	padding: 25px;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}


p.transbox {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #FEFEFE;
	font-size: 4em;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/*p.divider {
	background-image: url(../images/divider.png);
	background-position: center;
	background-repeat: no-repeat;
}*/