@charset "utf-8";
/* CSS Document */

html,body 	{ width:100%; height:100%; margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; font-size:12px; }
#bg			{ position:fixed; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; background-size:cover; z-index:-9999; }

.sites		{ width:240px; min-height:100%; margin:0 auto; padding:0; background-color:#eaeaea; border-right:1px solid #CCC; border-left:1px solid #CCC; list-style:none; -moz-box-shadow:0px 0px 5px #333; -o-box-shadow:0px 0px 5px #333; -webkit-box-shadow:0px 0px 5px #333; box-shadow:0px 0px 5px #333; }
.site		{ margin:0; padding:5px 20px; width:200px; cursor:pointer; border-bottom:1px dotted #CCC; }
.site:hover	{ background-color:#CCC; }

#copyright	{ position:fixed; width:100%; height:20px; margin:0 auto; bottom:0; line-height:20px; text-align:center; font-size:10px; color:#7a7a7a; z-index:2; background-image:url(copyright.png); background-position:center; background-repeat:no-repeat; }

