/* CSS Document */

body {
color:#FFFFFF;
background-color: #CC0000;
font-family: "Trebuchet MS", Verdana, Arial;
}

a:link {
	text-decoration: underline;
	color: #FFAA00;
}


a:visited {
	text-decoration: none;
	color: #444444;
}


a:hover, a:active {
	text-decoration: none;
	color: #AAFF00;
}

#mainframe {
	position: relative;
	width: 610px;
	margin: auto;
	border: thin solid #fff;
	background: #CC0000;
	padding: 15px;
	background-image: url(http://www.fractalland.com/testbg.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
}

#floatleft {
float: left;
width: 100px;
vertical-align: middle;
margin-bottom: 155px;

}

#textblocks {
border-bottom: thin solid white;
border-top: thin solid white;
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 80%;
color: #FFFFFF;
text-align: justify;
margin-top: 10px;
}

#floatright {
float: right;
width: 350px;
}

.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
	text-align: justify;
	line-height: 1em;
	color: #FFFFFF;
}


