
body{
	color: #eee;
	background: #000 url(../img/galaxy.jpg) no-repeat top center;
	}


#header{
width: 900px;
margin: 0 auto;
}

#header h1{
height: 150px;
background: url(../img/logo.png) no-repeat top left;
text-indent: -9999px;

}



#mainContainer{
		
	width:900px;
		margin:0 auto;
	
	
	
	}

	
	#capitals{
		width:416px;
	float: left;
		
		background-color:transparent;
	
	
	}
	#countries{
		width:416px;
float: right;
	background: transparent;
	}	
	
	
	.dragableBox,.dragableBoxRight{
		width:50px;
		height:50px;
		float: left;
		border: 1px solid #222;
		background: transparent;
			
	}
	
	
	

	.dropBox{
		width:190px;
		border:1px solid #222;
	
		height:400px;
		margin-bottom:10px;
		
		overflow:auto;
	}		
	a{
		color:#F00;
	}
		
	.clear{
		clear:both;
	}
	img{
		border:0px;
	}	

