/*
.drawPhone
{
	display:				block;
	width:					250px;
	height:					232px;
	background-image:		url('../images/layout/telefoon_effect.png');
	background-position:	right bottom;
	background-repeat:		no-repeat;
	float:					right;
}
*/

.drawCircle
{
	display:				block;
	width:					450px;
	height:					232px;
	background-image:		url('../images/layout/circles_effect.png');
	background-position:	right top;
	background-repeat:		no-repeat;
	float:					right;
}

.drawLogo
{
	display:				block;
	width:					550px;
	height:					232px;
	background-image:		url('../images/layout/vrieservice_logo.png');
	background-position:	center center;
	background-repeat:		no-repeat;
}

.drawEarth
{
	display:				block;
	width:					550px;
	height:					232px; 
	background-image:		url('../images/layout/earth_effect.png');
	background-position:	left bottom;
	background-repeat:		no-repeat;
}