body {
  background:
	#589a0c
	url(../images/bg.jpg)
	no-repeat
	top center;
  margin:10px; 
  padding:0;
  font-family: 'Trebuchet MS',verdana, arial, sans-serif;
  color:#fff;
  font-size:12px;
}

a:link, a:visited {
  text-decoration:none;
  color:#fff;
  font-size:12px;
}

a:hover, a:active {
  text-decoration:none;
  color:#fff;
  font-size:12px;
}

h3 {
  color:#51c3ed;
  font-size:20px;
  font-weight:normal;
  margin-bottom:20px;
  margin-top:0px;
  letter-spacing:-1px;
}

hr {
  height:1px;
  background-color:#eee;
  color:#eee;
  border:0;
  margin:0;
}

table {
  font-size:12px;
}

form {
  margin:0;
  padding:0;
}

input, select {
	font-size:11px;
}

#languages {
	word-spacing:7px;
}

.mainblock {
	width:300px;
	margin:30px 50px 0 0;
}

.mainblock a {
	cursor:pointer;
	text-transform:uppercase;
}

.mainblock2 {
	width:300px;
	margin:30px 50px 0 0;
}

.mainblock2 a {
	cursor:pointer;
	text-transform:uppercase;
}

#block01 {
	width:219px;
	height:116px;
	background:
		url(../images/icon_01.png)
		no-repeat;
	cursor:pointer;
}

#block01:hover {
	background:
		url(../images/icon_01.png)
		no-repeat
		0 -116px;
	cursor:pointer;
}

#block02 {
	width:219px;
	height:162px;
	background:
		url(../images/icon_02.png)
		no-repeat;
	cursor:pointer;
}

#block02:hover {
	background:
		url(../images/icon_02.png)
		no-repeat
		0 -162px;
	cursor:pointer;
}

#block03 {
	width:268px;
	height:126px;
	background:
		url(../images/icon_03.png)
		no-repeat;
	cursor:pointer;
}

#block03:hover {
	background:
		url(../images/icon_03.png)
		no-repeat
		0 -126px;
	cursor:pointer;
}

#block04 {
	width:268px;
	height:151px;
	background:
		url(../images/icon_04.png)
		no-repeat;
	cursor:pointer;
}

#block04:hover {
	background:
		url(../images/icon_04.png)
		no-repeat
		0 -151px;
	cursor:pointer;
}

.links {
	text-align:center;
}
