﻿body 
{
	font-family: Calibri,sans-serif;
	font-size: 0.75em;
	color: #666;
	padding: 0;
	margin: 0;
	border: 0;
}

a
{
	text-decoration: none;
	color: White;
}

#logo
{
	position: absolute;
	border-style: none;
	top: 10px;
	left: 0;
}

#bannerBox
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 255px;
	padding-top: 60px;
	background: url(../images/background.png) no-repeat;
}

#bannerBox h1
{
	position :absolute;
	top: 30px;
	left: 0;
	width: 100%;
	font-size: 210%;
	font-weight: 700;
	color: #333;
}

#bannerBox p
{
	position: absolute;
	line-height: 150%;
	top: 110px;
	left: 0;
	width: 402px;
	text-align: left;
}

#start-chat-btn
{
	position: absolute;
	border-style: none;
	left: 0;
	top: 210px;
	border: 0;
}

#start-chat-btn:active
{
	
	text-decoration: none;
}

#reg
{
	position:absolute;
	left: 0px;
	top: 10px;
}

#body-elements
{
	/*position: relative;*/
	margin: 0 auto;
	width: 1000px;	
	height: 750px;
}

.bold
{
	font-weight: bold;
}
