@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin: 0 auto;
}

#container {
	width:915px;
	height:700;
	margin: 0 auto;
}

#topleft{
	background-image:url(../images/headerleft.jpg);
	background-repeat:no-repeat;
	width:463px;
	height:200px;
	float:left;
}

#topright{
	width:421px;
	height:200px;
	margin-left:30px;
	float:left;
}

#middleleft{
	background-image:url(../images/middleleft.jpg);
	background-repeat:no-repeat;
	width:448px;
	height:334px;
	float:left;
	padding-top:80px;
	padding-left:15px;
}

#middleright{
	width:406px;
	height:264px;
	margin-left:30px;
	padding-top:80px;	
	float:left;
}

#content {
	background-image:url(../images/chatbg.jpg);
	background-repeat:no-repeat;
	width:416px;
	height:289px;	
	padding-top:5px;
	padding-left:5px;
}

#bottomleft{
	text-align:center;
	width:463px;
	height:107px;
	float:left;
}

#bottomright{
	width:421px;
	height:107px;
	margin-left:30px;
	float:left;
}

#footerleft {
	float:left;
	height:79px;
}

#footerright{
	float:right;
	height:79px;
}

.Arial18 {
	font-size:18px;
	color:#FFF;
}

.Arial12 {
	font-size:12px;
	color:#000;
}

.inputField {
	border:solid 1px #000000;
	background:#fffbcc;
	width:250px;
}