/*
html, body {
	height: 100%;
}
*/

body {
	margin: 0px;
/*	background-image: url(../images/bg.jpg); */
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.margin {
    margin-bottom: 1px;
}

.trans {
	filter: Alpha(Opacity=50);
	-moz-opacity: 50%;
	opacity: 0.5;
}

.nav {
    color:#000000;
}

.white {
    color: #FFFFFF;
}

.content A:hover {
    text-decoration:underline;
}

.content a.link {  
        background: url(../images/remote.gif) right center no-repeat;  
        padding-right: 12px;  
}

.content * {  
        line-height:16px;
}