body{
	margin: 0px;
	padding: 0px;
}

div.charRemain{
	font-size: 16pt;
	font-weight: bold;
}

div.charRemainNum{
	color: #3366aa;
}

div.latest{
	position: relative;
	float: right;
	width: 270px;
	height: 90%;
	padding-top: 10px;
	padding-right: 15px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: auto;
	text-align: justify;
	overflow: auto;
}

div.results{
	position: absolute;
	width: 500px;
	top: 230px;
	bottom: 110px;
	text-align: justify;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}

textarea.confessBox{
	font-size: 14pt;
	font-face:Arial;
	margin-left: 0px;
	margin-right: 5px;
	resize: none;
	width: 100%;
	left: 0px;
	position: relative;
	padding: 2px;
}


h1{
	margin: 40px auto;
}

p.lp{
	font-style: italic;
	font-weight: bold;
}

div.side{
	width: 150px;
	text-align: center;
	margin-top: 50px;
	margin-left: 15px;
	float: left;
}

div.bl{
	position:absolute;
	width: 250px;
	text-align: center;
	bottom: 50px;
	z-index: 2;
}
div.footer{
	left: 0px;
	position: absolute;
	bottom: 50px;
	font-style: italic;
	font-size: 9pt;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 50px;
}

img.icon{
	width: 135px;
	border-width: 1px;
	border: solid;
}

div.main{
	display: table;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

p.ftr{
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
}

div.ip{
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
}

div.note{
	position: relative;
	font-style: italic;
	font-size: 9pt;
	width: 350px;
	text-align: center;
	margin: 0 auto;
}

div.rtime{
	position: relative;
	font-style: italic;
	font-size: 9pt;
	width: 350px;
	text-align: center;
	margin: 0 auto;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}

/*
body{
	background-image: url('http://expresswineandspirits.com/wp-content/uploads/2012/11/Website-Background.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center; 
	background-size: 100%;
}*/



div.popup{
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
}

div.popupBubble{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 18px;

	background-color: #FFFFFF;
	border: 2px solid;
	border-radius: 8px;
	font-size: 14pt;
}

a.closeButton{
	border: 2px solid;
	border-radius: 5px;
    color: #DD1111;
    text-decoration: none;
    font-family: "Verdana";
    font-size: 15pt;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

a.button{
	border: 2px solid;
	border-color: #000000;
	border-radius: 5px;
	background-color: #CCCCCC;
	font-size: 16pt;
	font-style: bold;
	color: #000000;
	text-decoration: none;
	font-family: "Arial";
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;

}


div.popup2{
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 0px;
    width: 100%;
}

div.popupBubble2{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 18px;

	background-color: #FFFFFF;
	border: 2px solid;
	border-radius: 8px;
	font-size: 14pt;
}

a.closeButton2{
	border: 2px solid;
	border-radius: 5px;
    color: #DD1111;
    text-decoration: none;
    font-family: "Verdana";
    font-size: 15pt;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}