/****************************
        CSS Reset (from YUI)
****************************/        

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* coming soon */

html, body {
	height: 100%;
}
body {
	text-align: center;
	background-color: #0099ff;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center;
}


.bgComingSoon {
	min-width: 550px;
	text-align: center;
	min-height: 620px;
	background-position: center;
	background-image: url(comingSoon.png);
}

.whatIsTheWeave {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: 0px 0px;
	background-image: url(whatIsTheWeave.png);
	height: 40px;
	width: 180px;
}

.whatIsTheWeave:hover {
	background-position: 0px -40px;
}

.ftr {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-position: 0px 0px;
	background-image: url(ftr.png);
	height: 15px;
	width: 293px;
}

.ftr:hover {
	background-position: 0px -15px;
}

.comingTable {
	width: 100%;
	height:100%;
}

.comingTable .secondRow {
vertical-align: bottom;
}

.comingTable .firstRow {
	height: 660px;
}

