html {
	width: 100%;
	height: 100%;	
}

body {
	font-family: Trebuchet MS, Arial, "Geneva CE", lucida, sans-serif;
	font-size: 85%;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;		
	background: #000000;
}
#tile1 {
	background: url("../images/tile1.gif");
}
#back {
	background: url("../images/back.gif");
}
#back1 {
	background: url("../images/back1.gif");
}
#back2 {
	background: url("../images/back2.gif");
}
#back3 {
	background: url("../images/back3.gif");
}

#main_center_null {
	width: 742px;
	margin: 0 auto;
	padding: 0;
}

#main_center {
	width: 740px;
	height: 400px;
	margin: 30px 0 0 0;
	padding: 0;	
	text-align: left;
	border: 2px solid #FFF;
	background: #FFF;		
	float: left;
}

#menu {
	width: 740px;
	height: 120px;
	padding: 0;
	margin: 0;
	background: url("../images/upper_back.jpg") center no-repeat;
	float: left;		
}

#content {
	width: 740px;
	height: 280px;
	padding: 0;
	margin: 0;
	background: url("../images/lower_back.jpg") top center no-repeat;
	float: left;		
}

a.button_internet {
	display: inline;
	width: 80px;
	height: 36px;
	margin: 70px 0 0 0;
	padding: 14px 0 0 60px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: black;
	text-decoration: none;
	background: url("../images/internet_off.png") left no-repeat;
	float: right;
	background-position: 0 0;
}
a:hover.button_internet {
	text-decoration: none;
	color: #ffd403;
	background: url("../images/internet_on.png") left no-repeat;
	background-position: 0 0;
}

a.button_proxy {
	display: inline;
	width: 70px;
	height: 36px;
	margin: 70px 5px 0 0;
	padding: 14px 0 0 60px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: black;
	text-decoration: none;
	background: url("../images/proxyplus_off.png") left no-repeat;	
	background-position: 0 0;
	float: right;
}
a:hover.button_proxy {
	text-decoration: none;
	color: #efc403;
	background: url("../images/proxyplus_on.png") left no-repeat;
	background-position: 0 0;
}

#content_null {
	display: inline;
	width: 100%;
	height: 180px;
	padding: 0;
	margin: 0px;
	float: left;
}

.content_text {
	display: inline;
	width: 330px;
	height: 100px;
	padding: 0;
	margin: 20px 0 0 40px;
	float: left;
	clear: right;
}

address {
	display: inline;
	height: 100px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 160%;
	color: #24211D;
	margin: 20px 40px 0 0 ;
	float: right;
}

address .kh {
  padding: 0px;
}
address .kd {
  padding-left: 30px;
}

.copyright {
	display: inline;
	padding: 0;
	margin: 58px 0 0 40px;
	float: left;
	clear: left;		
}

.fortech_logo {
	display: inline;
	width: 208px; height: 38px;
	padding: 0;
	margin: 40px 58px 0 0;
	float: right;		
}

H1 {
	display: inline;
	padding: 0;
	margin: 90px 0 0 40px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #24211D;
	text-decoration: none;
	float: left;
}

H2 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #24211D;
	text-decoration: none;
	letter-spacing: 0px;
	margin: 0.8em 0 0 0;
	padding: 0;
}

H3 {
	font-size: 1em; font-weight: bold; text-align: left; color: #24211D; text-decoration: none;
	margin: 0.5em 0; padding: 0;
	border-bottom: thin dotted #32B341;	
}

P, .text {
	font-size: 0.9em; font-weight: normal; text-align: left; line-height: 130%; color: #24211D;
	margin: 0.2em 0;
}

IMG {border: none;}

STRONG {font-weight: bold;}

A {font-weight: bold; color: #000; text-decoration: none;}
A:hover {font-weight: bold; color: #000; text-decoration: underline;}

