body
{
	background-image: url(../Images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #101318;
	font-family: Verdana, Geneva, sans-serif;
	color: #ccc;
	margin: 0 auto;
}

.nomargin
{
	margin: 0px;
}

.wholebox
{
	width: 630px;
	margin: auto;
	margin-top: 195px;
	/*border: 1px solid white; display: none;*/
}
.large
{
	font-size: 0.7em;
}
.indotext
{
	color: #FFF;
}
.engtext
{
	color: #dc7420;
}
#divSelect
{
	margin-top: 4px;
	margin-right: 15px;
}
div#divSelect:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.divselect
{
	width: 120px;
	font-size: 0.7em;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
#divHeader
{
	/*border-top: 1px dotted #ccc;*/
}
#divHeaderContent
{
	padding: 10px;
}
.slides
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.slidesload
{
	position: absolute;
	left: 190px;
	top: 120px;
}
#divSlide
{
	width: 600px;
	height: 260px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	/*border: 1px solid #a19583;*/
	position: relative;
}
.lnk
{
	color: #fff;
	text-decoration: none;
}
.lnk:hover
{
	color: #dc7420;
}
.selectscr
{
	border: 0;
	font-size: 0.6em;
}
.noborder 
{
	border: 0;
}