#wrapper {
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -305px;
    margin-top: 20px;    
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 2px;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#header {
    text-align: center;
}

img {
    border: 0;
}

/*---------------------------------------------------------------------------*/

a {
	color: #3E93CC;
}

a:hover {
    color: #43829b;
}

/*---------------------------------------------------------------------------*/

#footer a {
    color: #76787A;
    text-decoration: none;
}
#footer a:hover {
	color: #222222;
    text-decoration: underline;
}
#footer .laszlo {
    color: black;
}

#footer {
    margin-top: 40px;
    margin-bottom: 40px;    
    text-align: center;
    font-size: 10px;
}

/*---------------------------------------------------------------------------*/

#screenshot {
    text-align: center;
    margin-bottom: 20px;
}

.learnmore {
    font-size: 11px;
}

.appheader {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
}

#apptable {
    margin-top: 15px;
    margin-bottom: 15px;
}

#apptable td {
    border: 0;
    vertical-align: top;
}

#apptable td p {
    margin-left: 35px;
}

