﻿body
{
	font-size: 14px;
	font-family: Verdana;
	color: #474747;
	background-color: #99CCFF;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	width: 100%;
	height: 100%;
    
}

#hold 
{
	background: #99CCFF; /* for non-css3 browsers  Old = #99B4D1 */
	background-color: #99CCFF;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CCFF', endColorstr='#99CCFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#99CCFF), to(#99CCFF)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #99CCFF,  #99CCFF); /* for firefox 3.6+ */ 
    background: -ms-linear-gradient(top, #99CCFF, #99CCFF);  /* IE 10 */
    background: -o-linear-gradient(top, #99CCFF, #99CCFF);  /* Opera 11.10+ */
    
}

.center{
	text-align: center;
	margin: 0 auto;
}

.title{
   	font-size: 24px;
   	font-weight: bold;
	color: #474747; 
}


#wrap {
    position: absolute; /* Needed for Safari */
    width: 100%;
    
	background: #99CCFF; /* for non-css3 browsers */
	background-color: #99CCFF;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CCFF', endColorstr='#99CCFFFFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#99CCFF), to(#99CCFF)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #99CCFF,  #99CCFF); /* for firefox 3.6+ */ 
    background: -ms-linear-gradient(top, #99CCFF, #99CCFF);  /* IE 10 */
    background: -o-linear-gradient(top, #99CCFF, #99CCFF);  /* Opera 11.10+ */
    
}
