/* CSS Document */
/* CSS Document */
/*Designed by Pavel Kozlov for The Cyprus Cultural Foundation www.ccf.org.cy */
/*All content of this site is a copyright.  Copying without written permission is a theft.*/

html, body {
    margin: 0px;
    padding: 0px;
	background-color: black;}
	
#wrapper {width: 900px; 
margin: auto;
}
	
#vpositioner{
	position:absolute;
	width:100%;
	height:1px;
	display:block;
	overflow:visible;
	top: 50%;
	}

#container{
	height: 485px;
	top: -242px;
	width: 900px;
	position: relative;
	
	}

#left {
		float: left;
		width: 600px;
		height: 450px;
		}
		
#right {
	float: right;
	width: 250px; 
	height: 450px;
	}

.clear {clear: both;}

img {
	border: 0;}

/*logo*/
	
#logo{
	width:430px;
	height:35px;
	background-image:url(CCF-logo.png);
	background-position: left;
	background-repeat: no-repeat;
	}
	
