html, body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-width: 980px;
color:#747474;
font-family: Trebuchet MS;
font-size: 14px;
line-height: 1.5em;
}
html{
background: #e4e4e4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e4e4e4 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4e4e4 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4e4e4 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4e4e4 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4e4e4 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
}
body{
    background: url('../img/pattern.jpg');
    position: relative;
    height:100%;
    min-height:100%;
    height: auto !important;
}
header{
    width:100%;
    margin: 0 auto;
    height: 114px;
}
header #header_content{
    padding: 0;
    width: 980px;
    margin: 0 auto;
    height:100%;
}
header #header_content h1 {
font: 64px/114px Trebuchet MS;
color: white;
text-shadow: 0 -1px 2px #CCC;
font-weight: 600;
padding: 0 0 0 20px;
cursor:pointer;
}
header #header_content h1:hover{
    text-shadow: 0 1px 2px #CCC;
}

section{
    width:100%;
    padding-bottom:100px;
}
section #content{
    border-radius: 10px;
    padding: 30px 20px 100px;
    width: 940px;
    margin: 0 auto;
    //behavior:url('PIE.htc');
    background: #F6F6F6;
    border: 1px solid #e5e5e5;
    overflow:hidden;
    box-shadow: 0 0 2px #cfcfcf;
}

footer{
    width:100%;
    position: absolute;
    bottom:0;
    height:100px;
}
footer #footer_content{
    height: 100%;
    margin: 0 auto;
    max-width: 980px;
}

#soft_logo {
    margin: 29px 0 0 24px;
}

.left_side{
    float: left;
    width: 530px;
    overflow: hidden; 
}
.right_side{
    float: right;
    width: 383px;
    overflow: hidden; 
}
.h2_title{
    font:21px Trebuchet MS;
    color:#0069A5;
    border-bottom: 1px solid #dedede;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}
.clear{
    clear: both;
    float: none;
    height: 0;
    font-size: 0;
}
.ul_style_point {
    float: left;
    width:100%;
    margin-bottom: 20px;
}
.ul_style_point li {
    margin-left: 20px;
}
p{
    padding: 2px 0;
}
.ul_style_check{
    margin-bottom: 20px;
}
.ul_style_check li{
    list-style: none;
    background: url('../img/point.png') no-repeat 0 center transparent;
    padding: 0 0 0 20px;
}
img.girls {
    margin: 0 0 35px 0px;
}

#download_button{
width: 196px;
height: 196px;
background: #F6F6F6;
border-radius: 98px;
behavior: url('PIE.htc');
border: 1px solid #E5E5E5;
box-shadow: 0 0 2px #CFCFCF;
position: absolute;
bottom: 151px;
left: 50%;
margin-left: -98px;
}
#db_no_border {
    position: absolute;
    width:210px;
    height:110px;
    top:-11px;
    left:-7px;
    z-index: 1;
    background: #F6F6F6;
}
#db_a{
    border-radius: 90px 90px 90px 90px;
    box-shadow: 0 0 15px #888;
    display: block;
    height: 176px;
    margin: 20px 17px;
    behavior:url('PIE.htc');
}
#db_a:hover{
    box-shadow: 0 0 5px #000000;  
}


.logo {
font: 64px/114px Trebuchet MS;
color: white;
text-shadow: 0 -1px 2px #CCC;
font-weight: 600;
padding: 0 0 0 20px;
cursor:pointer;
}

.logo:hover {
    text-shadow: 0 1px 2px #CCC;
}

h1 {
    font:21px Trebuchet MS;
    color:#0069A5;
    border-bottom: 1px solid #dedede;
    padding: 0 20px 20px;
    margin-bottom: 20px;
	}
	
a
{
color: #0069A5;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

.one:hover {opacity: 0.9}
