body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0px;
	background:#000000;
	text-align: center;

}



#page {
	text-align:left;
	margin: 0px auto;
	padding: 70 0 0 0px;
	width: 1000px;
	height:600px;
	background: url(../img/bg.gif);
}
#container {
	margin: 0px auto;
	width: 720px;
	height:640px;
	border-top: 5px #ffffff solid;
	border-left: 20px #ffffff solid;
	border-right: 20px #ffffff solid;
	border-bottom: 20px #ffffff solid;
	padding: 3 3 3 3px;
	background:#262626;
	font-family:arial;

}

#examples a img:hover{
	filter : alpha(opacity=100);
		-moz-opacity : 1;
		opacity : 1;  
}
#examples a img{
	float:right;
	border:5px #000000 solid;
	filter : alpha(opacity=30);
		-moz-opacity : 0.3;
		opacity : 0.3; 
}

.intro {
	font-size:1.2em;
	color:#AAAAAA;
}

.big {
	font-size:1.7em;
	color:#ffffff;
	font-weight:bold;
}

.desc {
	font-size:1.0em;
	color:#7C7C7C;
}

a {
	font-family:arial;
	font-size:1.1em;
	color:#ffffff;
	text-decoration:none;
}

a.small {
	font-family:arial;
	font-size:0.9em;
	color:#ffffff;
	text-decoration:none;
}