html {

}
body {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	position: relative;
	min-height: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_full.png);
	background-repeat: repeat-x;
/*	font-family:Georgia, "Times New Roman", Times, serif; */
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
}
img {
	border: 0px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
			
	
/*END OF CONTENT SECTION WRAPPER DEFINITIONS*/
/* appliances CSS */
.appliances {
    float: left;
    width: 45%;
    height: auto;
    padding: 5px 5px;
    box-shadow: 2px 2px 3px #03F;
    border-radius: 5px;
    margin: 2% 1%;
    text-align: center;
    background: rgba(0, 0, 255, 0.05);
    text-decoration: none;
    color:#F00;
}