
/*	coming-soon.css		Style Sheet for the Standby Page
*/

@font-face	{font-family: xdejavu; src: url(/z/DejaVuSans-Regular.ttf);}

a		{color: #00aa00;}
body	{margin: 0; padding: 0; background-color: black;}
#band1	{display: block; background-color: black; border: 1px solid black; height: 174px;}
#band2	{display: block; background-color: white; border: 1px solid white;}
#band3	{display: block; background-color: white; border: 1px solid white;}
#band4	{display: block; background-color: #222222; border: 1px solid #222222;
		 height: 30px; text-align: center;}

.center	{margin: 0 auto; width: 320px;}
.cent	{text-align: center; font-size: 20px; font-weight: bold; color: #c38456;}
.panel	{margin: 20px auto; border: 1px solid gray; border-radius: 30px;
		 padding: 25px; width: 80%; text-align: justify; color: black;
		 font-size: 16px; font-family: xdejavu, sans-serif;}

.credit	{font-family: arial; font-size: 10px; color: #aaaaaa;}

