/*
 * Version: $Revision: 1.4 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2005 BeSite
 */

BODY.Intro
{
	background-image: url(/img/layout/intro_back.jpg);
	background-repeat: no-repeat;
}

DIV#Logo
{
	position: absolute;
	top: 0;
	right: 0;
	width: 143px;
	height: 100%;
	background-image: url(/img/layout/intro_logo_background.png);
	background-repeat: repeat-y;
	background-position: right;
}

DIV#Languages
{
	position: absolute;
	top: 300px;
	left: 450px;
	right: 80px;
	_width: 500px;
}

DIV#Languages DIV
{
	float: left;
	width: 32%;
	text-align: center;
	font-size: 13pt;
}

DIV#Languages DIV A
{
	color: #666;
}

DIV#Contact
{
	position: absolute;
	bottom: 20px;
	right: 60px;
	left: auto;
}