body {
    padding: 0;
	margin: 0 auto;

	background: #000000 url(squealer.jpg) top center;
	color: #666666;
	font-family: arial, helvetica, verdana, sans-serif;
    font-size: 10px;
	outline: none;
}

a {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

img {
        border: 0;
        }
        
img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}
		
h1 {
        line-height: 14px;
		font-family: verdana, helvetica, arial,sans-serif;
		font-size: 12px;
        text-transform: uppercase;
        text-align: center;
}

h2 {
		color: #3B3B3B;
		font-size: 10px;
        text-align: center;
}

.textlinks {
        color: #FF0000;
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10px;
        text-transform: uppercase;
}

#wrap {
        margin: 0 auto;
        width: 900px;
}

#social {
        background: #000000;
        margin: 10px;
        float: right;
        overflow: hidden;
}
.icon {
        float: left;
}

.fl {
        float: left;
}

.fr {
        float: right;
}
