@charset "UTF-8";
/* CSS Document */

/*FULL HEIGHT CONTAINER*/
html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
body {
	height: 100%;
	background-image:url(../img/bg.jpg);
	
}
 /*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/
input, select {
	margin: 0;
	padding: 0;
}
#logo{
	position: relative; /*** Let's be nice to IE ***/
	width: 424px; /*** Content Width ***/
	display: table; /*** For non-IE browsers ***/
	height: 75;
	margin:0 auto 0 auto;
}
#fullheightcontainer {
	position: relative; /*** Let's be nice to IE ***/
	width: 424px; /*** Content Width ***/
	display: table; /*** For non-IE browsers ***/
	height: 283px;
	margin:0 auto 0 auto;
}
/*CONTENT*/
.main_div001{
	display: table;
	height: 100%;
	#position: relative;
	overflow: hidden;
}
.inner_div001{
	#position: absolute; 
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.inner_div002{
	#position: relative;
	#top: -50%
}
