﻿@charset "utf-8";


	/* hide from ie on mac \*/
	html, body, #content {
		height: 100%;
		overflow: auto;
	}
	/* end hide */

	body {
		height: 100%;
		background-color: #FFFFFF;
		margin: 0;
	}

	* {
		margin: 0;
		padding: 0;
	}


	#content {
		top: 0px;
		left: 0px;
		height: 100%;
		width:  100%;
	}

	#logo {
		position:absolute;
		left:50px;
		top:50px;
	}

	#msgboxroot {
		width: 100%;
		height: 100%;
		left:0px;
		top:0px;
	}

	#msgbox {
		text-align:center;
		width: 410px;
		height:250px;
		font-size:10px;
		margin-top:-125px;
		margin-left:-205px;
		position:absolute;
		top:50%;
		left:50%;

	}
		
	#copyright {
		position:absolute;
		bottom:8px;
		right:34px;
		width:100%;
		text-align:right;
	}
	
	.left{
		float:left;
	}

	.clear{
		clear:both;
	}
