*{
	font-family:Arial;
}

html{
	background-image: url("image/2.jpg");
}

h1{
	font-size:60px;
}

#bigWrapper{
	height:0px;
	width:70%;
	margin:auto;
	background:gray;
}
#header{
	background-image: url("image/5.jpg");	
	-moz-box-shadow:    inset 0 0 25px #292929;
   	-webkit-box-shadow: inset 0 0 25px #292929;
   	box-shadow:         inset 0 0 25px #292929;
}
#mainHeader{
	text-align:center;
	color:#2B2B2B;
	width:30%;
	margin:auto;
	padding-bottom:10px;
}

/* okvir za java primjer*/
.javaAppFrame{
	background:#292929;
	-moz-box-shadow:    inset 0 0 25px gray;
   	-webkit-box-shadow: inset 0 0 25px gray;
   	box-shadow:         inset 0 0 25px gray;
	margin:auto;
	margin-bottom:10px;
	padding:10px;
	text-align: center;
}

.javaAppFrame image{
	height:100%;
	width: 100%;	
}

/*java primjer*/
.javaApp{
	margin:5px;
}

.textFrame{
	margin:auto;	
	background:#292929;
	-moz-box-shadow:    inset 0 0 25px gray;
   	-webkit-box-shadow: inset 0 0 25px gray;
   	box-shadow:         inset 0 0 25px gray;
	text-align:justify;
		
	margin-bottom:3px;
}

.textFrameHeader{
	color:#2B2B2B;	
	font-size:20px;	
	background-image: url("image/5.jpg");	
	text-align:center;
	-moz-box-shadow:    inset 0 0 25px #292929;
   	-webkit-box-shadow: inset 0 0 25px #292929;
   	box-shadow:         inset 0 0 25px #292929;
	
}

.textFrameText{
	width:90%;
	margin:auto;
	color:gray;
	padding-bottom:3px;
}

a{
	color:gray;
}

a:visited{
	color:gray;
}