/* CSS Document */

body {margin:0px; padding:0px;
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(images/backg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Courier New", Courier, monospace;
}
#logo{float:left;height:270px; width:494px; display: block; float:left; clear:both;margin:0px; padding:0px;}
#click{
	padding-left:0px;
	height:100px;
	width:550px;
	display: block;
	float:left;
	color:#FFFFFF;
	clear:both;
	padding-bottom:0px;
	background-image: url(images/enter.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content{width:450px; display: block; float:left; padding: 25px; color:#FFFFFF;}
#content p {line-height:170%;}
.clearfix{clear:both;}
a:link {color:#fff;}      /* unvisited link */
a:visited {color:#fff;}  /* visited link */
a:hover {color:#FFCC66;}  /* mouse over link */
a:active {color:#fff;}  /* selected link */

h1{padding-top: 30px; padding-bottom: 0px; padding-right: 0px; padding-left: 0px; margin-top:0px; margin-bottom:0px; margin-right:0px; margin-left:0px; color:#FFFFFF; font-size:22px;letter-spacing:4px;}
.less{padding-top: 0px !important; }
.left{float-left}
.right{float-right}

.smaller {font-size:12px;line-height:120%;}
.smaller2 {font-size:12px;}
