/* CSS  - http://www.dallas.hr */      		 


/* Base

------------------------------------------------------*/
	
	body
		{
		background-color:#000;
		font: normal 0.75em/140% Georgia, "Times new roman", serif;
		text-align: center;
		}
	
	#wrapper
		{
		margin-top: 120px;
		}

	#underconstruction
		{
		background: url("../../images/dallas_construction.jpg") no-repeat;
		margin: 0px auto;
		padding-right: 15px;
		width: 600px;
		height: 400px;
		text-align: right;
		}
		
	P
		{
		padding: 15px 20px 0px 0px;
		font: normal 1.2em/135% Georgia, "Times new roman", serif;
		color: #eeeeee;
		background: url("../../images/h2_background.gif") no-repeat;
		}
		
	P span
		{
		font: normal 1.4em/135% Georgia, "Times new roman", serif;
		text-transform: uppercase;
		}
		
		a
		{
		color: #d01116;
		}

	
