﻿body, html 
{
	margin: 0;
	padding: 0;
	height: 900px;
	width: 100%;
	background-color:#262262;
	background:url('../../Images/historydetail/bg_dancehistory.gif') repeat-y top center;
}

#div_logo
{
	position:absolute;
	top:0px;
	left:0px;
}

#div_logotext
{
	position:absolute;
	top:40px;
	left:250px;
	height:45px;
	width:347px;
	background-image:url('../../Images/historydetail/cds_logotext.png');
}

#div_logo_img
{
	height:119px;
	width:218px;
	background-image:url('../../Images/historydetail/cdslogo_dansintroductie.png');
	cursor:pointer;
}

#div_home_img
{
	height:50px;
	width:50px;
	background-image:url('../../Images/historydetail/home.png');
	cursor:pointer;
}

#div_contact_img
{
	height:40px;
	width:214px;
	background-image:url('../../Images/historydetail/contact.png');
	cursor:pointer;
}

#div_main_background
{
	background:transparent url('../../Images/historydetail/mainbg.png') bottom center;
	background-repeat:no-repeat;
	position:absolute;
	top:136px;
	left:0px;
	width:959px;
	height:717px;
}



#div_main
{
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-480px;
	width:959px;
	height:853px;
	
}

#div_home
{
	position:absolute;
	top:108px;
	left:665px;
	cursor:pointer;
}

#div_contact
{
	position:absolute;
	top:113px;
	left:745px;
}

#div_title
{
	top:140px;
	left:1px;
	position:absolute;
}

.td_period
{
	padding-left:13px;
}


#div_dancers
{
	top:428px;
	left:776px;
	position:absolute;
	z-index:50;
	/*background-image:url('../../Images/dansers.png');*/
	width:166px;
	height:421px;
}

img
{
	border:none;
}

#div_event_links
{
	position:absolute;
	top:109px;
	left:590px;
	margin-left:172px;
	font-size:12px;
	text-align :right ;
	z-index :20;
}

#div_event_links a
{
	color:#6a6196;
}

.div_video
{
	position:absolute;
	top:540px;
	left:50%;
	margin-left:110px;
	z-index:1000;
}








#div_logotext, #div_dancers, #div_main_background, #div_logo_img, #div_home_img, #div_contact_img { behavior: url(../../Javascript/iepngfix.htc); }