﻿
/* styles definitions */


/************
 SHARED items
 ************/

#webPageArea {
	height: 650px;
}

/*******************
 BETA page specific items 
 *********************/

#pictureBanner {
	height: auto;
    width: 900px;
	position: absolute;
	top:110px;
    left: 0px;
    margin:0px;
    padding:0px;
}

#screenshots {
	height: auto;
    width: auto;
	position: absolute;
	bottom:-5px;
    right: 10px;
    margin:0px;
    padding:0px;
}

#appIcon {
	height: auto;
    width: auto;
	position: absolute;
	left:20px;
    top: 330px;
    margin:0px;
    padding:0px;
	
}

#fb-like-button {
	text-align:center;
    margin:0px;
    padding:0px;
	
}


#appStoreBanner {
	height: auto;
    width: auto;
	position: absolute;
	left:10px;
    bottom: 5px;
    margin:0px;
    padding:0px;
	
}

#descriptionTextArea {
	width: 340px;
	height: auto;
	position: absolute;
	left: 120px;
	top: 330px;
	text-align: left;
	color: black;
	font-size: small;
}

h1 {
	color: #424c15;
	font-size: 30pt;
	font-style: normal;
	font-weight: normal;
}

.signupButton {
	margin:18px;
	padding:7px;
	width:200px;
    margin-left: auto;
    margin-right: auto;
	color:white;
	text-align:center;
	vertical-align:middle;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    top:-10px;
}

    
.linkButton1 {
	margin:18px;
	padding:7px;
	width:80px;
	height:18px;
	color:white;
	text-align:center;
	vertical-align:middle;
	text-transform:capitalize;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
