@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0; 	padding: 0;
	height: 100%; 	width: 100%;
	background:#1e1d1d;

}

#main{
	width: 100%; 	height: 100%;
	margin:0; 		padding:0;
}

#top_area {
	width: 100%;
	height:33%;
	border: 2px yellow solid;
}

#mid_area {
	width: 100%;
	height: 33%; 
	border: blue 2px solid;
}
/*
#mid_left_area {width: 33%; height: 100%; float: left; border: 1px dashed white;}
#mid_center_area {width: 33%; height: 100%; float: left; border: 1px dashed green;
				min-width:300px;}
#mid_right_area {width: 33%; height: 100%; float: left; border: 2px dashed red;} */
#bottom_area {
	width: 100%;
	height: 30%;
	border: 2px orange solid;
}

#letters_holder{
	width: 300px;	height: 70px;
	position:absolute;
	left: 50%;		top: 50%;
	margin-left:-130px; margin-top: -35px;
}
#letters_holder_bottom{
	width: 300px;	height: 70px;
	position:absolute;
	left: 100%;		top: 100%;
	margin-left:-300px; margin-top: -100px;
}

#content {
	width: 500px;	height: 300px;
	position:absolute;
	left: 50%;		top: 50%;
	margin-left:-250px; margin-top: -150px;
	color: white;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-align: center;
	}

.letter {
	float: left;
	margin-right: 7px;
	height: 70px;
}

#b {width: 37px; margin-right: 10px;     background:url(images/b.gif) no-repeat;}
#r {width: 25px; 						 background:url(images/r.gif) no-repeat;}
#a {width: 34px; margin-right: 4px;		 background:url(images/a.gif) no-repeat;}
#v {width: 43px;						 background:url(images/v.gif) no-repeat;}
#i {width: 11px; margin-right: 8px; 	 background:url(images/i.gif) no-repeat;}
#k {width: 39px; 						 background:url(images/k.gif) no-repeat;}

#studio {
	position: relative;
	float:left;
	left: -23px;
	width: 66px; 	height: 20px;
	background: url(images/studio.png) no-repeat;
	}
	
/*.lovely_info {
	position: absolute;
	min-height: 100%; min-width: 100%;
	border: solid yellow 2px;
	}

#planes{
	position: absolute;
	min-height:100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align:center;
	background:url(images/plane.jpg) center no-repeat;
}

*/
