body, html {
	padding:0px;
	margin:0px;
	font-family: "Tahoma";
	font-size: 12px;
	background-color: #000;
	color: #ccc;
}

body	{
	background-image: url('../images/totalbg.jpg');
	background-position: center top;
}
img		{
	cursor: pointer;
}

.container	{
	position: relative;
	width: 1000px;
	height: 1976px;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	background-image: url('../images/pattern.gif');
	background-repeat: repeat-y;
	background-position: center;
}

.rightbar	{
	float: right;
	position: relative;
	width: 300px;
	height: 616px;
	background-image: url('../images/right.jpg');
}
.righttop	{
	position: absolute;
	top: 296px;
	left: 27px;
	width: 240px;
}

.rightbottom	{
	position: absolute;
	top: 405px;
	left: 27px;
	width: 240px;
}

.headert	{
	position: relative;
	width: 700px;
	height: 226px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

.pad		{
	position: relative;
	width: 700px;
	height: 350px;
	text-align: left;
	clear: left;
	float: left;
}
.pad1		{
	background-image: url('../images/1.jpg');
	background-repeat: no-repeat;
}
.pad2		{
	background-image: url('../images/2.jpg');
	background-repeat: no-repeat;
}
.pad3		{
	background-image: url('../images/3.jpg');
	background-repeat: no-repeat;
}
.pad4		{
	background-image: url('../images/4.jpg');
	background-repeat: no-repeat;
}
.pad5		{
	background-image: url('../images/5.jpg');
	background-repeat: no-repeat;
}

.picsoverlay	{
	width: 317px;
	height: 350px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.txtbox		{
	top: 67px;
	left: 317px;
	width: 252px;
	height: 103px;
	position: absolute;
	cursor: pointer;
}
.buttons	{
	width: 117px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 583px;
}
.buttons2	{
	width: 252px;
	height: 51px;
	position: absolute;
	top: 299px;
	left: 316px;
}


