// vim: set tabstop=2 noexpandtab: //


#inn{}


a{
	text-decoration: none;
	color:  #3399FF;
}
a:hover {
	color:navy;
}

body{
	background: url(Media/background.jpg) repeat;
}

h1 {
	margin-top:40px;
	padding-top: 150px;
	font-size: 30pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	text-align: center;
}

li {
	margin-top: 16px;
}

p{
	color: white;
	text-align: justify;
	line-height: 1.5;
	font-size: 14pt;
}

#all {
	margin: auto;
	font-family: mono;
	width: 940px;
	color: white;
}

#eng {
	margin-top: 50px;
}

#header {
	background: url(Media/bg-index.jpg);
	width: 940px;
	height: 470px;
	font-weight: bold;
	text-align: center;
}

#info {
	margin: auto;
	margin-top: 50px;
	width: 800px;
	padding: 10px;
}

.flag {
	text-align: center;
}

.links{
	padding: 30px;
	text-align: center;
}

.round{
	color: white;
	border-radius: 20px;
	background-color: black;
}

.text{
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	margin-top: 20px;
}
