* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body { background: #7900d7; height: 100%;  }
div#container { position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background: url(../images/bg.png) repeat-x bottom left;overflow: hidden }
div#desktop { position: relative; height: 100%; width: 920px; }
div#nav { position: absolute; left: 0px; bottom: 0px; height: 80px; width: 920px; background: url(../images/flag.png) no-repeat; }
div#menu { position: absolute; left: 40px; top: 0px; width: 380px; height: 11px; }
div#twitter_wrapper { position: absolute; top: 0px; left: 0px; height: 100%; width: 920px; display: table }
div#twitter { vertical-align: middle; display: table-cell; color: white; font-family: georgia; font-size: 48px; text-align: left;  }
div#about { display:none}

div#infonav { font-size: 24px; padding-top:50px; color: white }

div.menuitem { float: left; display: block;}
div.menuitem_off { float: left; display: none; }

a.twitter { font-size: 48px; font-family: georgia; color: #bc80eb; text-decoration:none; }
a.twitter:link { font-size: 48px; font-family: georgia; color: #bc80eb; text-decoration:none; }
a.twitter:hover { font-size: 48px; font-family: georgia; color: #bc80eb; text-decoration:underline; }
a.twitter:active { font-size: 48px; font-family: georgia; color: #bc80eb; text-decoration:none; }
a.twitter:visited { font-size: 48px; font-family: georgia; }

a.nav { font-size: 24px; font-family: georgia; color: #bc80eb; text-decoration:none; }
a.nav:link { font-size: 24px; font-family: georgia; color: #bc80eb; text-decoration:none; }
a.nav:hover { font-size: 24px; font-family: georgia; color: #bc80eb; text-decoration:underline; }
a.nav:active { font-size: 24px; font-family: georgia; color: #bc80eb; text-decoration:none; }
a.nav:visited { font-size: 24px; font-family: georgia; }

a.img { line-height: 0px }
a.img:link { line-height: 0px }
a.img:hover { line-height: 0px }
a.img:active { line-height: 0px }
a.img:visited { line-height: 0px }


