body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(http://pagead2.googlesyndication.com/pagead/imgad?id=CICAgKDj55H5zwEQARgBMgjCbEcuT45y3A);
	background-size: cover;
	background-repeat: no-repeat;
}

/* big-box class to create box with width 800px */
.big-box{
	width: 720px;
	overflow: hidden;
}

/* big-box class to create box with width 800px */
.super-big-box{
	width: 820px;
	overflow: hidden;
}

/* center class to make something centered with margin left and right auto */
.center{
	margin: 0 auto;
}

/* border class to make something bordered with 1px black border 
.border{
	border: 1px solid #000000;
}*/

/* normal-padding class to make padding on something 1.2em */
.normal-padding{
	padding: 1.2em;
}

/* full-width class to make something width 100% */
.full-width{
	width: 100%;
}

/* percent80-width class to make something width 80% */
.percent60-width{
	width: 60%;
}


/* percent80-width class to make something width 80% */
.percent40-width{
	width: 40%;
}

/* percent80-width class to make something width 80% */
.percent80-width{
	width: 80%;
}

/* percent90-width class to make something width 90% */
.percent90-width{
	width: 90%;
}

/* percent95-width class to make something width 95% */
.percent95-width{
	width: 95%;
}

/* top-down-normal-margin class to make something margin top and down 1.2em */
.top-down-normal-margin{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

/* top-down-high-margin class to make something margin top and down 2em */
.top-down-high-margin{
	margin-top: 2em;
	margin-bottom: 2em;
}

/* error-text class to make text colored red (POMEGRANATE color) */
.error-text{
	color: #c0392b;
}

/* small-text class to make text size to 0.8 em */
.small-text{
	font-size:0.8em;
}

/* text-center class to make all text centered on something */
.text-center{
	text-align: center;
}

/* text-center class to make all text centered on something */
.text-left{
	text-align: left;
}

/* text-center class to make all text centered on something */
.text-right{
	text-align: right;
}

.inline-box *,
.inline-box {
	display: inline-block;
}

.less-margin-padding *,
.less-margin-padding{
	padding: 0;
	margin: 0;
}
.normal-margin-right{
	margin-right: 1em;
}

/* george- grey see through container*/

#container {
margin: 50px;
position: relative;
}

#gray {
background: rgba(0,0,0,.6);
border: 1px solid #000;
border-radius: 10px;
color: white;
padding: 1em 20px 10%;
min-width: 900px;
}

input {
	border-radius: .5em;
	height: 2em;


}





