#Main {
    background-image: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(86, 139, 183);
    background: linear-gradient(to bottom right,rgb(86, 139, 183), rgb(0, 93, 171));
    height: auto;
    padding-bottom: 40px;
    background: rgb(0,93,171);
    background: -moz-linear-gradient(-45deg, rgba(0,93,171,1) 0%, rgba(113,206,239,1) 53%, rgba(113,206,239,1) 53%, rgba(33,180,226,1) 54%, rgba(183,222,237,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,93,171,1) 0%,rgba(113,206,239,1) 53%,rgba(113,206,239,1) 53%,rgba(33,180,226,1) 54%,rgba(183,222,237,1) 100%);
    background: linear-gradient(135deg, rgba(0,93,171,1) 0%,rgba(113,206,239,1) 53%,rgba(113,206,239,1) 53%,rgba(33,180,226,1) 54%,rgba(183,222,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dab', endColorstr='#b7deed',GradientType=1 );
}

#Easy {
    margin-top: 45px;
}

#MainInner {
	display: table;
	height: auto;
}

#MainRight {
    float: right !important;
    /* margin-top: 32px; */
    background-image: url('imgs/screenshot-small.png');
    float: left;
    /* margin-left: -52px; */
    margin-top: 32px;
    height: 390px;
    width: 379px;
}
#MainLeft {
    width: auto;
	min-width: 512px;
	
}

h2 {
    margin-top: -7px;
	text-align: center !important;
    font-size: 25px;
    font-family: "Myriad Pro", "Myriad Pro2";
    line-height: 43px;
    font-weight: normal;
    height: auto;
	text-shadow: 1px 0 rgb(61, 119, 157), 0 2px rgb(61, 119, 157), 1px 0 rgb(61, 119, 157), 0 0px rgb(61, 119, 157);
}


h2 a {
    color: white !important;
    text-decoration: underline;
}

h2 b {
    font-size: inherit;
}


h1 {
    margin-top: 40px;
    font-size: 45px !important;
    font-family: "Myriad Pro", "Myriad Pro2";
    font-weight: bold;
    text-shadow: 0px 0;
	text-shadow: 0px 0 rgb(61, 119, 157), 0 2px rgb(61, 119, 157), 0px 0 rgb(61, 119, 157), 0 0px rgb(61, 119, 157);
	text-align: center !important;
}



#downloadRow {
    margin-top: 35px;
    height: 85px;
	width: 508px;
    margin-left: auto;
    margin-right: auto;
}

#download {
    float: left !important;
	margin-left: 46px;
    height: 92px;
    width: 405px;
    cursor: pointer;
    background: rgb(0,167,12);
    border-radius: 5px;
    border: solid 1px transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

#download.circled {
    border-radius: 55px;
}

#download:hover
{
	background: rgb(0,196,14);
}

div#download-text {
    padding-top: 11px;
    font-size: 47px;
}

#free {
    margin-left: 10px;
    float: left;
    background-image: url(imgs/buttons-background.png);
    background-position: 0 -278px;
    background-repeat: no-repeat;
    height: 30px;
    width: 93px;
	clear: none;
}