@charset "utf-8";
/* CSS Document */


@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}

body{
	margin-top:80px;
	margin-bottom:0px;
	background-color: #606060;
}

html{
	background-color: #606060;
}



#wrapper{
	position: relative;
	width: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	color:#606060;
}

/* Variable width design */
#container{
	width: 400px;
	margin-left:  auto;
  	margin-right: auto;
}


a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #dddddd;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}


#footer{
	text-align:center;
	font-size:12px;
	padding:15px;
}