﻿body
{
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

img
{
	border: 0px;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 375px;
}

#bombaylogo
{
	width: 375px;
	height: 114px;
	position: relative;
	top: 95px;
	background: url('img/bombaylogo.png');
}
#somerset
{
	width: 74px;
	height: 74px;
	position: relative;
	top: 160px;
	margin-left: auto;
	margin-right: auto;
	background: url('img/somerset.png');
	background-repeat: no-repeat;
}
#leadingtext
{
	width: 375px;
	height: 40px;
	color: #bae4f4;
	position: relative;
	top: 200px;
	font-weight: bold;
}
#topline
{
	width: 375px;
	height: 5px;
	background-image: url('img/hr.png');
	position: relative;
	top: 225px;
}
#dropdowns
{
	width: 375px;
	position: relative;
	top: 235px;
	padding-left: 5px;
}
.ddl
{
	margin-right: 18px;
}
#ccontainer
{
	width: 375px;
	position: relative;
	top: 240px;
	padding-left: 5px;
}
#country
{
	width: 170px;
	float: left;
}
#tc
{
	float: right;
	font-weight: bold;
	width: 185px;
	font-size: 9px;
}
#chkcontainer
{
	width: 375px;
	position: relative;
	top: 255px;
	color: #FFFFFF;
	clear: both;
}
#chkcontainer #check
{
	width: 185px;
	float: right;
	height: 10px;
}
#check input
{
	float: left;
	border: none;
}
#check label
{
	display: block;
	width: 164px;
	float: right;
	padding-top: 3px;
}
#buttoncontainer
{
	width: 375px;
	position: relative;
	top: 275px;
}
#buttoncontainer #buttonexit
{
	width: 152px;
	height: 33px;
	float: left;
	padding-top: 10px;
}
#buttoncontainer #buttonenter
{
	width: 187px;
	height: 33px;
	float: right;
}
#bottomline
{
	width: 375px;
	height: 5px;
	background-image: url('img/hr.png');
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:bottom;
}
#dcontainer
{
	width: 375px;
	position: relative;
	top: 285px;
	clear: both;
}
#dcontainer #legal
{
	font-size: 10px;
	float: left;
	width: 240px;
}
#dcontainer #daware
{
	width: 111px;
	float: right;
	padding-top: 3px;
}
#copyright
{
	width: 375px;
	position: relative;
	top: 290px;
	clear: both;
}
#links
{
	width:375px;
	clear:both;
	font-size:8px;
	color:#073E89;
	position:relative;
	top:295px;
}
	
