html,body{
	margin : 0;
	padding : 0;
	background-color : #dfdfdf;
}


/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.holder {
	margin : 0 auto;
	width: 807px;
}      

#container {
    position: absolute;
	left : 0;
    top: 50%;
    margin-top: -190px;
	width: 100%;
	height: 380px;
}

.image {
    float : left;
	width: 807px;
	height: 318px;
}

.taal {
    float : right;
	background-color : #bebebe;
	padding : 0 15px 0 15px;
	font-size : 15px;
	font-family : Arial;
	font-weight : bold;
	line-height : 30px;
	word-spacing : 20px;
	width: 570px;
	height: 30px;
}

.taal a{
    color : #000000;
	text-decoration : none;
}

.taal a:hover{
    color : #ec0004;
	text-decoration : none;
}

.text {
    float : left;
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	line-height : 30px;
	color : #7c7b7d;
	width: 807px;
	height: 30px;
}   