body {
    font-family: sans-serif;
    margin: 70px;
   background-color: #2B3739;    
   /* background: rgba(110,110,110,1);
background: -moz-linear-gradient(-45deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(110,110,110,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#ffffff', GradientType=1 );*/
}

h1 {
	font-family: Helvetica sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-shadow: 1px 1px 0 #e0e0e0;
}

ul h1 {
	font-size: 24px;
}

p {
    color: #efefef;;
    font-family: helvetica 'sans-serif';
    font-size: 17px;
/*    text-shadow: 1px 1px 0 #545454;*/
}


a {
	text-decoration: none;
	color: #efefef;;
	font-family: helvetica 'sans-serif';
    outline: none;
}

a:hover {
	text-decoration: underline;
	color: #E04E39;
}

ul {
	padding-left: 0;
}

li {
	list-style-type: none;
}



.break {
	width: 457px;
}

.wrap {
    width: 525px;
}

.row01 {
    float: left;
    width: 49%;
}

.row02 {
    float: left;
    width: 49%;
    padding-left: 10px;
}

body {

}


#crlo {
    position: fixed;
    right: 60px;
    width: 13%;
    bottom: 60px;
}

.install {
    position: relative;
    top: 40px;
    display: inline;
}

