a:active {color: purple;text-decoration: underline;}
a:link {color: #ffffff;text-decoration: underline;}
a:visited {color: #ffffff;text-decoration: underline;}


html,body {
        margin: 0;
        padding: 0;
        color: #ffffff;
        background-image:  url(pigback.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
table {
	width: 100%;
	height: 100%;
}
td {
        vertical-align: middle;
	text-align: center;
}

div {
        border: 0px solid #ffffff;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
	z-index:auto;
}

div.container {
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
	width:684px;
	height:416px;
}
iframe.history1 {
        width: 100%;
        background-color: transparent;
}

div.servers {
	width:400px;
	height:326px;
	position:absolute;
	left:0px;
	top:0px;
}
div.stats {
	width:400px;
	height:60px;
	position:absolute;
	left:0px; 
	top:326px;
}
div.history {
	width:254px;
	height:326px;
	position:absolute;
	left:430px; 
	top:0px;
}
div.other {
	width:254px;
	height:20px;
	position:absolute;
	left:430px; 
	top:366px;
}
div.bottom {
	width:684px;
	height:20px;
	position:absolute;
	left:0px; 
	top:396px;
}
div.spacer {
	width:30px;
	height:326px;
	position:absolute;
	left:400px; 
	top:0px;
}

