/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}


body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background-color:#53757e;
	height: 100%;
}

div#wrapperOuta {
	width:100%;
	padding:0;
	margin:0;
	height: 100%;
	text-align:center;
}

div#wrapper {
	width:300px;
	height: 150px;
	padding:4px;
	margin:auto;
	margin-top:24px;
	text-align:center;
	border:#4597a3 1px solid;
	background-image:url(../images/bg.jpg);
	text-decoration:none;
	
}
.bug {color: #cccccc; text-transform:uppercase; letter-spacing:0.3em; text-decoration:none; font-size:10px}
#wrapper:hover{
	border:#FFFFFF 1px solid;
	color:#FFFFFF;
	cursor:pointer;
}
