* {
	margin: 0;
	padding: 0;
	border: 0px none;
}
html, body {
	width: 100%;
	height: 100%;
	background-color: #373737;
}
* html body{
overflow:auto;
overflow-x: hidden;
}
object, embed {
height: 100%;
width: 100%;
}
#main, #main a, #main FONT {
overflow:hidden;
font-size:.9em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #BFBFBF;
text-decoration:none;
}
#main a {
margin-left:20px;
color: #FFFFFF;
}
#main a:hover {
text-decoration:underline;
}
#top, #menu, #submenu, #title, #ordercontent, #bottom {
width:800px;
text-align:left;
overflow: hidden;
}
#ordercontent {
margin-left:33px;
}
#menu {
margin-bottom:40px;
background-color:#000000;
}
#title {
font-size:1.2em;
color:#FFFFFF;
margin-bottom:20px;
}
#content {
line-height:16px;
float:left;
}
#text {
overflow:auto;
overflow-x: hidden;
width: 300px;
height:200px;
font-size:.85em;
}
#pic {
float:right;
}
#pic img {
border: 1px solid #000000;
}
#submenu {
width: 300px;
margin-top:20px;
font-size:.85em;
}
#submenu a {
margin-left:0px;
}
#language {
font-size:.85em;
text-align:right;
float:right;
}
#bottom {
margin-left:33px;
margin-top:30px;
text-align:center;
background-color:#FF0000;
color:#FFFFFF;
}
#instructions {
background-color:#000000;
}