@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html, body {
	height: 100%;
	background:#FFF;
	/*overflow: hidden;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
/* end hide */

a {
color:#000000;
text-decoration:none;
/*border-bottom: 1px solid #f89021;*/
}
a:hover {
	color: #f89021;
}
a:visited {
	color: #000000;
}
a:active {color: #0000FF}

#logo {
	margin:15px auto;
}
h2, h3 {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color:#666666;
	line-height:10px;
}
#about {
	text-align:justify;
}
#centerArea {
    width:500px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#dialog {
	padding: 15px 15px 15px 15px;
	text-align: center;
	background: #EEE;
}
#company {
	/*padding: 15px 15px 15px 15px;*/
	text-align: left;
}
