/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */

	
	font-family:arial,sans-serif;
	font-size:small;
	background:#000000;

}



p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {

	margin:0 auto; /* center, not in IE5 */
	width:355px !important;	
	height:502px;
	
	background:transparent url("images/maska1.jpg") no-repeat 0px 100px;
	


	min-height:100%; /* real browsers */
}


div#content
{
	
	position:absolute;
	margin-top:0px;
	top:463px;
	width:355px !important;	
	height:100px;


	
	
}	


div#name{
margin-top:0px;

text-align:center;
}

div#name a {
color:white;
font-size:larger;}

div#content p 
{
			border-top: 1px solid #4F4F4F;
			
			text-align:center;
			margin-top:10px;
			padding: 10px 15px 0 15px;
		
}
div#content p  a {color:white;}
div#content p  a:hover {color:red;}