/*
    ========= (C) COPYRIGHT 2004 - Relate.IT - All rights reserved =============

    The copyright to the contents herein is the property of Relate.IT. The 
    contents may be used and/or copied only with the written permission of
    Relate.IT, or in accordance with the terms and conditions stipulated in 
    the agreement/contract under which the contents have been supplied.

    Contact person:     			Bobby J.W. Nijssen
    Internet:           			http://www.relatesolutions.nl
    
    ============================================================================
    $Id: default_intro.css,v 1.3 2006/05/17 12:43:02 nijssen Exp $ 
    ============================================================================
*/

BODY.intropage {
 	background: #000000 url(img/bg.jpg) center center no-repeat fixed; }

#container	{ 	
	position: absolute; top: 50%; margin-top: -295px; left: 50%;
	margin-left: -365px; font-family: Verdana; font-weight: bold; 
	color: #FBFBFD; font-size: 13px; width: 655px; }

A, A:visited {
	color: #FBFBFD; text-decoration: none; padding: 2px; }
A:hover {
	text-decoration: underline; }

#menuLeft {
	color: #ffffff; vertical-align: bottom; height: 50px; width: 205px; 
	padding-left: 50px; }
#menuRight {
	text-align: right; height: 50px; vertical-align: bottom; width: 550px; 
	padding-right: 50px; }

#flashObject {
	padding-top: 5px; }
	
#footer {
	padding-top: 12px; font-size: 9px; font-weight: normal; }
#footer IMG {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7; }
#footer A:hover IMG {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; }
