@charset "UTF-8";
/* CSS Document for Motionworx Holding Page*/

HTML, BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5em;
	color:#666;
}

BODY {
	background:url(images/motionworx-bg.jpg) repeat-x top center;
	width: 960px;
	margin: 0 auto;
	height: 100%
}

h1,h2 {
	font-size:1em;
}

#upper {
	width:100%;
	text-align:right;
}

#lower {
	width:738px;
	text-align:left;
	margin: 0 auto;
	margin-top:30px;
}

#lowerie6 {
	width:100%;
	text-align:center;
	margin-top:50px;
}

#footer {
	width:100%;
	text-align:center;
	font-size:0.75em;
	margin-top:50px;
}

#browsers {
	float:right;
	width: 400px;
	border: wpx solid red;
}

#browsers table{
	vertical-align: middle;
}

a:link, a:visited, a:active {
	color: #F60;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: none;
}

