@charset "utf-8";

#Container {
	
	float: none;
	height: 1000px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1000px;
	
}


#body a {
	border-style: none;
	text: none;
	font-size: xx-large;	
	
}
#link {
	
	 /*background:transparent;*/
    border:none;
    outline:none;
    display:block;
    height:20px;
    width:100px;
    cursor:pointer;
	margin-top: 50px;
	float: left;
	
}

html, body {
	
	background-color: #191E21;
	background-image: url(Images/Bg.jpg);
	background-repeat: repeat;
	overflow: hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	 -ms-overflow-style: none; overflow: auto;
	 overflow:hidden;
	 
}


#Container #image {
	
	background-image: url(Images/vladimir-vranic.png);
	vertical-align: middle;
	height: 596px;
	width: 1000px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	   
}

a  {
display: block;
height: 20px;
width: 100px;	
border-style: none;		
}

a:active {
	border-style: none;
}

a:link  {
	border-style: none;
    
}

/* visited link */
a:visited {
	border-style: none;

}

/* mouse over link */
a:hover {
	border-style: none;

}
