body {
	background-color : #ffffff;
	font-family : Arial, 'Sans Serif';
	font-size : 13px;
	line-height : 16px;
  }

h1 {
	font-size:18px;
	color:#0A6ED2;
	margin:10px;
	margin-top:20px;
	padding:0px;

  }

h2 {
	font-size:18px;
	color:#0A6ED2;
	margin:5px;
	margin-left:150px;
	padding:0px;

  }

i {
	font-size : 11px;
}

p {
	margin:10px;
	margin-left:150px;
	margin-right:150px;
	padding:0px;

}

a {
	color:#0A6ED2;
	text-decoration:none;
}

#logo {
    	float:left;
	margin-right:10px;
  }

#company {
    position : relative;
    top : -42px;
    left : -50px;
    font-size:11px;
    line-height : 13px;
  }

#content {
	position:absolute;
	top:50%;
	left:50%;
	width:520px;
	height:100px;
	margin-left:-260px;
	margin-top:-50px;
  }

#content2 {
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	height:400px;
	margin-left:-350px;
	margin-top:-200px;
	background-color:#FFFFFF;
	opacity:0.90;
	overflow:auto;
  }

#corner_left {
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:150px;
	background-image: url(../img/corner_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
	margin-left:-300px;
	margin-top:-75px;
  }

#corner_right {
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:150px;
	background-image: url(../img/corner_bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:transparent;
	margin-left:-300px;
	margin-top:-75px;
  }

#watch {
	top : -25px;
	position : relative;
	text-align:right;
	right : -25px;
	color:#0A6ED2;
  }