html {
	overflow-x: hidden; <!--Horizontal Scrolling-->
	overflow-y: scroll; <!--Vertical Scrolling-->
	height: 100%;
	width:100%;
	/*background: url(http://enveloc.com/images/bg_gradient.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
}
body {
	 /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://enveloc.com/images/bg_gradient.jpg', sizingMethod='scale'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://enveloc.com/images/bg_gradient.jpg', sizingMethod='scale')"; */
	background: #f4f9fc; /* Old browsers */
	height: 100%;
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden; <!--Horizontal Scrolling-->
	overflow-y: scroll; <!--Vertical Scrolling-->
}
#fullbg {
}
fieldset {
	border: 1px solid #E6E6E6;
}
.centercenter {
	position:absolute;
			left:50%;
			margin-left:-200px;
            top: 50%;
            margin-top:-100px;
}
h1 {
	font-size: 32px;
	color: #168AC9;
	text-align: left;
}
h2{
	font-size: 20px;
	color: #168AC9;
}
h3{
	font-size: 14px;
	color: #24b1eb;
}
p{
	font-size: 11px;
	color: #000;
}
small{
	font-size: 11px;
}
subdued{
	font-size: 9px;
	color: #666;
}
A:link {
color:#0000FF;
text-decoration: none;
}
A:visited {
color:#0000FF;
text-decoration: none;
}
A:active {
color:#666666;
text-decoration: none;
}
A:hover {
color:#232323;
text-decoration:underline;
}
.page {
	height: 100%;
	align:center;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
.header {
	margin-top: 0px;
	position: static;
	background-color: #F4F9fc;
	vertical-align: middle;
	width: 100%;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 132px;
	}
.footer {
	width: 100%;
	font-size: 10px;
	color: #666666;
	margin: auto;
}
.footer_contain {
	background:#201f1f;
	padding-bottom:40px;
	width:100%;
	text-align:center;
	border-left: 1pt solid #e1ecf0; **Just to make the border lines up**
	border-right: 1pt solid #e1ecf0; **Just to make the border lines up**
}
.footer_content {
	margin:auto;
	width: 980px;
	background:#FFF;
	border-left: 1pt solid #e1ecf0;
	border-right: 1pt solid #e1ecf0;
	border-bottom: 1pt solid #e1ecf0;
}
.box {
	background-color: #FFF;
	border: 1pt solid #e1ecf0;
	width: 100%;
	padding: 0px;
	-moz-box-shadow: 0 0 5px 5px #ecf4f8;
	-webkit-box-shadow: 0 0 5px 5px #ecf4f8;
	box-shadow: 0 0 15px 8px #ecf4f8;
}
.boxcontent {
	margin: 25px 25px;
	background-color:FFF;
	overflow: hidden;
}
.menu {
	height: 38px;
	font-size: 13px;
	color: 999999;
}
.supportmenu {
	border-left: 1pt solid #dbdbdb;
	border-right: 1pt solid #dbdbdb;
	border-top: 1pt solid #e5e5e5;
	border-bottom: 1pt solid #d2d2d2;
}
.supporttitles {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 186px;
}
.horizontallist {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.menu_tab li {
	display: inline;
	list-style-type: none;
}
<!--Thumbnail CSS-->
.float {
  float: left;
  margin: 10px 20px;
  }
  
.float p {
   text-align: center;
   }
<!--End Thumbnail CSS-->
	
<!-- Status Messages Here -->
.info, .success, .warning, .error {
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.jpg');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 11px;
}
.success {
	color: #5372ff;
	background-color: #00ffff;
	background-image: url(../images/success.jpg);
	border: 3px solid;
	margin: 10px 0px;
	margin-bottom: 20px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 13px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
}
.success b {
	text-align: center;
	display: block;
}
.success ul {
	list-style: none;
	text-align: center;
	margin-left: -35px;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.jpg');
border: 3px solid;
margin: 10px 0px;
margin-bottom: 20px;
padding: 15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 13px;
box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.jpg');
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 11px;
}

