body
{
	width: auto;
	height: auto;
	font-family:helvetica;
	background-repeat:no-repeat;
	/*background-position:left bottom;*/
	background-size:cover;
	background-attachment: fixed;
}

#header
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:27px;
	text-align: center;
	border:7px solid black;
	border-radius:57px;
	height:auto;
	clear:both;
	
}
#slika1
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align: center;
	border:7px solid black;
	border-radius:57px;
	height:200px;
	clear:both;
	font-size: 47px;
	color:gray;;
	border-radius:57px;
}
#profilna
{
	float: left;
	margin-left: 5%;
	background-image: url("profilna.png");
	background-repeat: no-repeat;
	background-size:auto;
	width: 20%;
	height: 50%;
}
#linkbox
{
	width: 15%;
	height: auto;
	float: left;
	margin-top: 0.4%;
	/*
	border: 7px solid red;
	position: relative;
	top: -297px;*/
}
#textbox
{
	width: 50%;
	height: 100%;
	float: left;
	margin-left: 5%;
	font-size: 18px;
	/*position: relative;
	top: -297px;
	border: 7px solid red;
	left: 20%;*/
}
#textbox h1
{
	margin-top: 0%;
	color: #323232;
}
#text1
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	font-family: "Helvetica", Helvetica, sans-serif;
	height:90%;
	border-radius:57px;
	color: #111111;
	position:relative;
	top:50px;
}
#footer
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	font-family: arial;
	border:7px solid black;
	height:70px;
	border-radius:57px;
}
#text1 a
{
	font-size: 24px;
	color: #111111;
	text-decoration: none;
}
#text1 #content a
{
	font-size: 20px;
	color: #111111;
	text-decoration: none;
}
#text1 a:hover
{
	text-decoration:underline;;
}
