.centered {
	text-align: center;
}

body {
	background-color:#e0eef5;
    color:#efefef;
    font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    margin-top:60px;
    height: 100%;
}

img {
    border-width:0px;
    border-style:none;
}

h1 {
	font-weight:bold;
	font-size:20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color:#efefef;
}
a.customLink:link {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    text-decoration:none;
    color:#4e4f59;
    text-shadow: #fff 0 1px 0;
}
a.customLink:visited {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    text-decoration:none;
    color:#4e4f59;
    text-shadow: #fff 0 1px 0;
}
a.customLink:hover {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    text-decoration:underline;
    color:#4e4f59;
    text-shadow: #fff 0 1px 0;
}

a.screenshot:link {
	border-width:1px;
	border-color:white;
	border-style:solid; 
}
a.screenshot:visited {
	border-width:1px;
	border-color:white;
	border-style:solid;	
}
a.screenshot:hover {
	border-width:1px;
	border-color:white;
	border-style:solid;	
}

.bigLink {
	font-size: 21px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.smallText {
    margin-top:130px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    text-decoration:none;
    color:#4e4f59;
    text-shadow: #fff 0 1px 0;
}

div#foot {

	color: black;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
    clear:both;
    padding: 40px 0 80px 0;
}

.screenshotThumbnail {
	border-width:1px;
	border-color:white;
	border-style:solid;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	color: #666;
    text-align: center;
    text-shadow: #fff 0 1px 0;
}

.stuffIDoBox {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
    height:50px;
	background-color: #ececec;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 15px;
	margin-top: 15px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 4px #bfbfbf;
	-webkit-transition-duration:320ms;
	cursor: pointer;
}

.stuffIDoBox:hover {
	-webkit-transition-delay:200ms;
	-webkit-transition-duration:320ms;
	-webkit-transform: scale(1.22);
}

.stuffIDoBox a {
	color: #626262;
	text-shadow: #fff 0 1px 0;
	font: normal normal 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
    text-decoration:none;
}

#leftColumn {
float:left;
width:330px;
/* background-color:#f50000; */
}

#rightColumn {
float:right;
width:330px;
/* background-color:#84f52f; */
}

#wrap {
width:680px;
margin:0 auto;
}

.teaser a:visited {
	color: #626262;
	text-shadow: #fff 0 1px 0;
	font: normal normal 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.icon:hover {
	-webkit-transition-delay:200ms;
	-webkit-transition-duration:320ms;
	-webkit-transform: scale(1.22);
}

.icon {
    width: 256px;
-webkit-transition-duration:320ms;
}

.content {

    width:500px;
    /*height:300px;*/
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left:-250px;
    /*margin-top:-150px;*/
	text-align:center;
    color:#4e4f59;
/*    -webkit-box-shadow:0px 2px 5px #222222; */
    text-shadow: #fff 0 1px 0;
    
	background-color: #ececec;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 12px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 4px #bfbfbf;
	-webkit-transition-duration:320ms;
	cursor: pointer;
}

.boldText {
	font-weight: bold;
    color:#efefef;
}