* {
   padding: 0px;
   margin: 0px;
   border: 0;
}

html {
   width: 100%;
   height: 100%;
}

body {
   height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
   background-color: #C20025;
   background-image: url(gfx/background-popup-x.gif);
   layer-background-image: url(gfx/background-popup-x.gif);
   background-repeat: repeat-x;
   background-position: top;
}

#page {
   width: 476px;
   margin: 0 auto;
   height: 100%;
   background-color: #FFFFFF;
}

#page_bg {
   height: auto;
   background-color: #FFFFFF;
}

#logo {
   display: block;
   background-image: url(gfx/logo_timeconsult_popup.gif);
   layer-background-image: url(gfx/logo_timeconsult_popup.gif);
   background-repeat: no-repeat;
   background-position: bottom;
   width: 476px;
   height: 80px;
}

#logo_print {
   display: none;
}

#job {
   margin-top: 40px;
   margin-left: 50px;
   width: 380px;
   color: #868686;
   display: block;
}

#job h1 {
   color: #750016;
   margin-top: 25px;
   font-size: 20px;
}

#job h2 {
   color: #750016;
   font-size: 12px;
   margin-top: 25px;
   margin-bottom: 12px;
}

#job p {
   line-height: 20px;
}

#job p.small{
   margin-top: 35px;
   font-size: 11px;
   line-height: 16px;
}

#job hr {
   margin-top: 25px;
	height: 1px;
	border: none;
	width: 100%;
	border-bottom: 1px solid #868686;
   text-align: left;
}

#job a {
   text-decoration: none;
   color: #750016;
}

#job a:hover {
   text-decoration: underline;
}
