/* Developed by Craig Bell (www.craigbell.co.uk) for Alexandra Guest Houses (c) 2008 */
/* Latest Revision: 25th August 2008 @ 01:26 */

/* Body & Headers */

	a img{
		border:				none;
		}

	body{
		background-image:	url(../images/index-background.png);
		background-color:	#221F20;
		font-size: 			12px;
		font-family: 		Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
		color:				#564b47;  
		padding:			0px;
		margin:				0px;
		}


/* Divs & Containers */

	.content{ 	
  		position:			absolute;
  		height:				400px; 
  		width:				600px;
  		margin:				-200px 0px 0px -300px;
  		top:				50%; 
  		left:				50%;
  		text-align:			left;
		padding: 			0px;
  		overflow:			auto;
  		}
  
	.holder-housename{
  		height:				100px;
  		float:				left; 
  		width:				250px;
  		}
  
	.breakholder{
  		height:				100px;
  		float:				left;
  		width:				100px;
		}
		
		
/* Page Elements */

	.logoattributes{
  		margin-left:		165px;
  		margin-right:		165px;
  		margin-top:			50px;
  		margin-bottom:		55px;
  		}