/* 
 * styles.css
 *
 * @author: Chopping Block (choppinblock.com)
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Your styles go here */


body {
  background: #000 url(images/comingsoon1.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

/* Important: 1024x682.6666666666666px has the same ratio as 1280x960px */
@media only all and (max-width: 1024px) and (max-height: 682.6666666666666px) {
  body {	
    -moz-background-size: 1024px 682.6666666666666px;
    background-size: 1024px 682.6666666666666px;
  }
}

.wrap {
	width: 800px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position:relative;
	  
}
img{

	display: compact;
	margin: 100px auto auto;
	width: 575px;
	height: 320px;
	opacity: 1;
}

div{
margin: 100px auto auto;
	background-color: #ff0099;
	opacity: 0.83;
	width: 575px;
	height: 320px;
}

.text{
	
	text-align:center;
}



h1{
	font-weight: bold;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 0.3em;
}




