*{

outline: none;
}

html {
}

body { 
    background: #e5f8ff url(offlineBackground.png) repeat-x scroll 0 0;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    height:auto;
    font-size: 16px;
    margin: 0px 0 15px 0;
}

h1{
	color: #ffffff;
	font-size: 50px;
	font-weight: normal;
	padding-bottom: 6px;
}

ul, li{
	margin:0;
	border:0;
	padding:0;
	list-style:none;
}

img {
	border: none;
	vertical-align:middle;
}

object{
padding: 0;
margin:	0;
}

:root {
 overflow-y: scroll !important;
}

/*	Hyperlinks	 */
a:link {
	color: #52a0e2;
	text-decoration: none;
}
a:visited {
	color: #52a0e2;
	text-decoration: none;
}
a:hover,
a:active {
	color: #2074bb;
	text-decoration: none;
}

#geneteclogo
{
    position: absolute;
    right:40px; 
    bottom:40px;
    width: 250px;
    height: 49px;
    background: url(geneteclogo.png) no-repeat;
    z-index: -100;
}

  article { display: block; text-align: left; width: 650px; margin: 0 auto; }