﻿body, html
{
	padding: 0px auto;
	margin: 0px auto;
	position: relative;
}

img
{
	border: 0px;
}

p
{
	padding: 0px;
	margin: 0px;
}

span
{
	padding: 0px;
	margin: 0px;
}


#MainPage
{
	padding: 0px auto;
	margin: 0px auto;
	width: 965px;
	height: 980px;
	text-align: center;
	position: relative;
	background-image: url(../images/BKMain-en.jpg);
	background-position: top;
	background-repeat: no-repeat;
}



#HeaderPage
{
	padding: 0px auto;
	margin: 0px auto;
	width: 965px;
	height: 60px;
	text-align: center;
}

#MenuLnk
{
	padding-top: 25px;
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#MainPage a
{
	text-decoration: underline;
		color: dimgray;
}


#MenuLnk a
{
	padding: 7px;
	text-decoration: underline;
	color: #000000;
}

#SocialLinks
{
	margin-top: 56px;
	clear: both;
	float: left;
	position: absolute;
	left: 80px;
	top: 920px;
}

#SocialLinks a
{
	margin-right: 3px;
	text-decoration: none;
}



.Alerlink
{
	clear: both;
	font-family: Arial;
	font-size: 9px;
	color: dimgray;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	position: absolute;
}



#megan
{
	position: absolute;
	right: 100px;
	top: 509px;
}
#fluence
{
	position: absolute;
	right: 100px;
	top: 578px;
}
#duster
{
	position: absolute;
	right: 100px;
	top: 653px;
}
#safrane
{
	position: absolute;
	right: 100px;
	top: 728px;
}


#Term
{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	position: absolute;
	left: 422px;
	top: 600px;
	text-align: left;
}

#TermClick
{
	cursor: pointer;
	color: dimgray;

}

#Term a
{
	text-decoration: underline;
	color: #999999;
}


#TermBox
{
	position: absolute;
	background-color: White;
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	display: none;
	padding-right: 15px;
	right: 421px;
	top: 250px;
	position: absolute;
	width: 450px;
	height: 329px;
}

#TermBox li
{
	direction: ltr;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 10px;
}


#BtnClose
{
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

