@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; }

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center center;
}
#container { width:1000px; height:auto; margin-left:auto; margin-right:auto; margin-top:100px;}
#logo { width:1000px; height:auto; margin:auto; padding-left:5px; padding-right:5px; }
#container .frame { width:450px; height:auto; margin:auto; background-color:#333; }
#container .info { width:400px; padding:5px; margin-left:auto; margin-right:auto; margin-top:50px; border-color:#fff; border:thin;  background-color:#000; font-family:"Arial", Gadget, sans-serif; color:#FFF; font-size: 15px; text-align:center; }
 
