body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:white;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
iframe
{
	margin:0;
	border:0px solid black;
	width:100%;
	padding:0;
}
a img
{
	border:0;
}

#header {
	text-align: center;

	background: url('../images/top_bg.gif') top left repeat-x;
}
#tabs
{
	width:750px;
	margin:0 auto 0 auto;
}

#tabs a
{
	position:relative;
	top:-16px;
	display:block;
	float:right;
	margin-left:20px;
	width:96px;
	height:18px;
	text-align:center;
	font-size:12px;
	color:#dfd;
	text-decoration:none;
	background:url("../images/main_tab.png");
}

#logoContainer {
	margin: 0 auto 0 auto;
	width: 750px;
	
	text-align: left;
}
	
#machine {
	width: 750px;
	margin: 0 auto 0 auto;
	background: white;
	clear:both;
}

	.command {
		width: 370px;
		float: left;
		padding-bottom: 2em;
		text-align: left;
	}
	
		.command img {
			margin: 2px 0 4px 0;
		}
	
		.command input {
			display: block;
			width: 250px;
			
			background-color: #e7e9f1;
			border: 1px solid #cbd6c4;
		}
	
	#slider {
		position: relative;
	}	
	
		#slider_arrow {
			position: absolute;
			left: 50px;
			top: -1px;
		}
	

#preview {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
}
		
	#preview_commands {
		margin: 0 auto 0 auto;
		text-align: center;
		width: 150px;
	}
	
	#result {
		margin: 0 auto 0 auto;
		text-align: center;
		padding:20px;
	}
		
		#result img {
			display: inline;
		}
		#image_result
		{
			border:5px solid #eee;
		}
		
#footer_title {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
}

/**/
img {
	display: block;
}

#footer img
{
	display:inline;
}
#footer a
{
	color:#000;
	font-weight:bold;
}


.clearer {
	clear: both;
}


#footerContainer {
    text-align: center;
    font-size: 80%;
    background: url('../images/footerBG.gif') top repeat-x white;
    background: #bbb;
}

#footer {
	width:750px;
	color:#333;
    margin: 0 auto 0 auto;
    padding: 0 0 0 20px;
    text-align: justify;
}
#footer a
{
	font-size:120%;
	color: #555;
}

.aFooterCol {
    width: 220px;
	padding: 4px;
    float: left;
    display: block;
}

#images_info
{
	color:red;
	text-align:left;
}

#google_ads
{
	width:750px;
	margin:10px auto 10px auto;
}