/* defaults */

html, body {
	padding: 0;
	margin: 0;
	background-color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	color: #333
}

p, h1 { font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;}

h1 { font-size: 110% }
h2 { font-size: 100% }
p { font-size: 90% }

/* links */

a { color: #2C7CBA }
a:hover { color: #000 }

/* start container */

div#shell_logo {
	background: url(../images/bdc_bg.gif) 0 0 no-repeat;
	background-color: #ff8409;
	width: 480px;
	height: 360px;
	padding: 0;
	margin: -180px 0 0 -240px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden
}

/* start link */

div#shell_logo p {
	background: url(../images/launch.gif) 0 0 no-repeat;
	position: absolute;
	left: 188px;
	top: 241px
}

div#shell_logo p a {
	display: block;
	width: 101px;
	height: 31px
}

div#shell_logo p a:hover { background: url(../images/launch_x.gif) 0 0 no-repeat }

/* hide items */

div#shell_logo h1, div#shell_logo h2, div#shell_logo p span { display:none }

/* shell container */

div#oup_shell {
	width: 800px;
	height: 600px;
	padding: 0;
	margin: -300px 0 0 -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden
}

/* exit containers */

div#oup_exit { margin-top: 20px }