/*default.css: Amikelive.com*/

/*---- MAIN ----*/
body {
	font: 12px Tahoma,Verdana,Arial,sans-serif;
	margin-top:0em;	
	margin-left:0em;
	margin-right:0em;
	margin-bottom:0em;	
	background: url(images/bgshade.gif) repeat-x;
}
img {
	border: 0;
}
a {
	color: #5b6000;
	text-decoration: none;	
}
a:hover {
	color: #848b08;
	text-decoration: underline;
}

/*---- HEADER ----*/
#header {
	position:fixed;
	width: 100%;	
	top:0px; 
	height:30px; 
	border-bottom: solid 3px #c0c83c; 
	background-color: #d3dc42; 
	line-height: 30px; 
	z-index: 99; 
	filter: aplha(opacity:85); 
	opacity:0.85; 
	-moz-opacity: 0.85;	
}
#header .header-cont {
	padding: 2px;
}

/*--- CONTENT ----*/
#container {
	font: 1em Verdana,Tahoma,Arial,sans-serif;	
	margin-left: auto;
	margin-right: auto;
	text-align:center; /*IE < 7 bug*/	
	width:100%;
}
#cont {
	padding: 0.5em;
	margin: 30px auto 0px;	
	border-right: solid 1px #c0c83c;
	border-left: solid 1px #c0c83c;
	border-bottom: solid 3px #c0c83c;
	background: #fff;
	width: 800px;	
}
#content {
	text-align:left;
	min-height: 400px;	
}
div.tolaunch {
	vertical-align:middle;
	min-height: 400px;
	text-align: center;
}
div.tolaunch2 {
	margin-top:150px;
	height:50%;	
}
div.tolaunch2 div {	
	position: relative;
	height: 100px;
	clear: left;
	margin: 0px auto;
	border: solid 1px #ccc;
	background: #eee;
	width: 500px;
}

/*---- FOOTER ----*/
#footer {
	padding: 0.5em;
	margin: 0px auto 10px;
	width: 760px;	
}
div.copybox {
	line-height: 20px;
}

/*---- MISCELLANEOUS ----*/
.left {
	float: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.smallitalics {
	font-style: italics; 
	font-size: 0.8em;
}
.red {
	color: #ff0000;
}
.clear {
	clear: both;
}
.normpad {
	padding: 10px 0;
}
