@charset "utf-8";
/* CSS Document */
body
{
	background-color:#535353;
	color:#ffffff;
	margin:50px 50px 50px 50px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
}

h1
{
	text-align: center;
}

#logo
{
	text-align: center;
}

#landing-text
{
	text-align:center;
	font-size: 50px;
}

.centred-text
{
	text-align:center;
}

.phone-link
{
	color:#fff;
	font-size: 20px;
	text-decoration: none;
}

.frise{
	text-align: center;	
}

.frise img
{
	width: 300px;
	height: auto;
}

.frise caption
{
	float: left;
	margin-right: 10px;
	display: inline-block;
}

.img-caption
{
	display:inline-block; 
}