body{
	font-family: Arial, Times New Roman, Verdana, Sans-serif;
	font-size: 10pt;
	color: #000066;
	background-color: #000;
	font-weight: bold;
}

body, ul, li{
	padding: 0;
	margin: 0;
}

ul, li{
	list-style: none;
}

h1, h2{
	margin: 0;
	color: red;
	font-size: 16pt;
	text-align: center;
}
a{
	color: #fff;
	text-decoration: underline;
	font-size: 9pt;
}
a:hover{
	text-decoration: none;
}
.enter{
	text-align: center;
}
.enter a{
	color: red;
	font-size: 15pt;
	font-weight: bold;
}
.enter a:hover{
	color: #ff9900;
}
.page{
	position: relative;
	width: 927px;
	margin: 0px auto;
}
.main_geizcam, .main_livecam{
	position: absolute;
	top: 60px;
	width: 437px;
	height: 555px;
	text-align: left;
	border: 2px dotted red;
}
.main_geizcam{
	left: 0px;
	background: url(../image/bg-geizcam.jpg) 5px 5px no-repeat;
}
.main_livecam{
	left: 500px;
	background: url(../image/bg-livecam.jpg) 5px 5px no-repeat;
}

.mc_geizcam, .mc_livecam{
	position: relative;
	width: 367px;
	height: 515px;
	padding: 15px 30px 15px 30px;
}
.mc_geizcam{
	
}
.mc_livecam{
	
}
.new{
	position: absolute;
	top: -20px;
	left: 390px;
	width: 99px;
	height: 99px;
	background: url(../image/new.gif) top left no-repeat;
}
.toplists{
	position: absolute;
	top: 20px;
	left: 235px;
	text-align: center;
}
.toplists li{
	float: left;
	margin: 0 10px 0 10px;
}

#geizcam, #livecam{
	cursor: pointer;
}