html{
overflow:hidden;
/*background:black url('http://www.animateit.net/data/media/august2009/space_bg.gif');*/
/*background:url('http://www.flux-lighting.com/img/realisations/image_1/63.jpg');*/
background:black url('../img/bg2.gif');
/*text-shadow: rgb(0, 0, 0) 0px 0px 7px; */
color: white; 
font-size:18px;	
font-family:Calibri;
}

td{
color:black;
}

.truncateimage{
	max-width:100%;
	overflow:hidden;
}


.truncateimage img{

	max-width:100%; !important;
}


#col-left a,#col-right a{
	color:#FCF47C;
	text-decoration:none;
}

#col-left{
	border:1px solid white;
	background:black;
	margin-top:3%;
	width:24%;
	height:75%;
	float:left;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
overflow:auto;
}

#col-right{
	margin-top:3%;
	border:1px solid white;
	background:black;
	width:24.5%;
	height:75%;
	float:left;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
overflow:hidden;
}

#main-frame{
margin-top:3%;
/*background:url('../img/bg.jpg');*/
background-size:100% 100%;
width:50%;
height:75%;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
float:left;
background:#D4F3FC;
color:black;
/*opacity:0.5;*/



padding: 2px 5px 5px 2px;
overflow:auto;
}

#title{
	font-size:25px;
}

#logo{
	margin-top:20px;
	width:300px;
	height:300px;
	max-width:100%;
}
