html{
	height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-align: center;
	height: 100%;
	background: black url(bg.gif) repeat-x top;
}
form {
	margin: 0px;
}

#links {
        position: absolute;
        margin-left: 480px;
        width: 300px;
        text-align: right;
        padding-top: 5px;
}
#links a {
        color: #fff;
}
#container {
	height: 100%;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main {^M
        height: 100%;
        width: 780px;
        text-align: left;
        margin-right: auto;
}

#heading {
	position: absolute;
	width: 780px;
	text-align: left;
	padding-top: 1px;
}
#heading h1 {
	display: inline;
	font-size: 15px;
	margin: 0px;
}

#logo {
	position: absolute;
	top: 37px;
}
#bannercontainer {
	position: absolute;
	top: 30px;
	margin-left: 311px;
	width: 468px;
	height: 60px;
}
#banner {
}
#chat {
	position: absolute;
	top: 105px;
	width: 780px;
/*	height: 485px; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#bodytext {
        position: absolute;
        top: 115px;
	font-size: 11px;
        width: 780px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}
#bodytext p { margin: 3px; }
#chatapplet {
	position: absolute;
	top: 20px;
	height: 410px;
	width: 780px;
}
#alert {
	position: absolute;
	top: 120px;
	width: 780px;
	text-align: center;
}
#alert a {
	font-weight: bold;
	color: white;
}
#toolbar {
	position: absolute;
	top: 435px;
	width: 780px;
	height: 50px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#smilies {
	float: left;
	height: 20px;
	line-height: 20px;
}
#smilies img {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin: auto 0;
	vertical-align: middle;
}
#smilies a {
	color: white;
}
#nickname {
	vertical-align: middle;
	text-align: right;
	height: 20px;
	clear: right;
	display: block;
	vertical-align: middle;
}
#nickname input, #nickname select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#nickname form {
	margin: 0px;
}
#copy {
  position: absolute;
  top: 630px;
  width: 780px;
  text-align: center;
  color: white;
  clear: left;
}
#copy a {
	color: white;
}
#dialup {
	font-size: 15px;
	text-align: center;
}
#dialup a {
	color: white;
	font-weight: bold;
}
#chans { padding: 3px; }
#chans a {
	font-size: 11px;
	padding: 0 5px; 
	border: 1px solid #fff;
	color: #fff;
	background-color: black;
	text-decoration: none;
}
#chat a {
        font-size: 9px;
        padding: 0 5px;
        border: 1px solid #fff;
        color: #fff;
        background-color: black;
        text-decoration: none;
}

#asl { float: right; }
#nick { float: right; }

#favs {
	height: 30px;
	float: left;
	clear: left;
	line-height: 30px;
	vertical-align: middle;
	}

#mail386 {
	height: 30px;
	float: right;
	line-height: 30px;
	vertical-align: middle;
	}

#mail386 input, #mail386 select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        margin: 1px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}

table { font-size: 11px; }
