html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #4d4d4d;
}
h1 {
	color: #000000;
	font-family: Helvetica,Arial,sans serif;
	font-size: 50px;
	font-weight: bolder;
	letter-spacing: -0.05em;
	line-height: 1em;
}
#pageContainer {
	width: 100%;
	margin: 0px;
}
#wrapper_home {
	margin: auto;
	margin-top: 50px;
	width: 950px;
	height: 600px;
	background: #ffffff url(../images/404.jpg) center left no-repeat;
	border: #ffffff solid 1px;
}
#wrapper_login {
	margin: auto;
	margin-top: 50px;
	width: 950px;
	height: 600px;
	background: #ffffff url(../images/login.jpg) center left no-repeat;
	border: #ffffff solid 1px;
}
#wrapper_services {
	margin: auto;
	margin-top: 50px;
	width: 950px;
	height: 600px;
	background: #ffffff url(../images/services.jpg) center left no-repeat;
	border: #ffffff solid 1px;
}
#content {
	margin-top: 200px;
	margin-left: 500px;
	width: 380px;
}
#email {
	margin-top: 20px;
	margin-bottom: 20px;
}
.descript {
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
	font-size: 22px;
	font-family: Georgia,Times;
	line-height: 1.2em;
	color: #666666;
}
.descriptred {
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 20px;
	font-family: Georgia,Times;
	line-height: 1.2em;
	color: #ff0000;
}
.inputbox {
	padding: 5px;
	border: #cccccc solid 1px;
}
.button {
	border: #f1f1f1 solid 1px;
	padding: 5px;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #ffffff;
	text-transform: uppercase;
}
.button:hover {
	background-color: #FF0000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
.small {
	clear: both;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.smallred {
	clear: both;
	font-size: 12px;
	color: #ff0000;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.smallgreen {
	clear: both;
	font-size: 12px;
	color: #00cc00;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.smallest {
	clear: both;
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
#small a {
	color: #666666;
	text-decoration: none;
}
#small a:hover
{
	color: #000000;
}
.fildname {
	width: 120px;
	float: left;
}
.clear {
	clear: both;
	width: 100%;
	height: 5px;
}
.loginbutton {
	margin-left: 150px;
}
#hosting {
	margin-top: 20px;
	width: 100%;
	height: 100px;
	background: #ffffff url(../images/hosting_bw.jpg) top left no-repeat;
	color: #666666;
	
}
#hosting:hover {
	width: 100%;
	height: 100px;
	background: #ffffff url(../images/hosting.jpg) top left no-repeat;
	color: #ff0000;
}
#services {
	margin-top: 20px;
	width: 100%;
	height: 100px;
	background: #ffffff url(../images/bulksms_bw.jpg) top left no-repeat;
	color: #666666;
	
}
#services:hover {
	width: 100%;
	height: 100px;
	background: #ffffff url(../images/bulksms.jpg) top left no-repeat;
	color: #ff0000;
}
.services {
	float: right;
	font-size: 22px;
	padding-top: 35px;
}