/* CSS Document */
/* Thankx.com   */


/* reset (based on YUI reset) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,nav {  
    margin:0; 
    padding:0; 
}

header,footer,section,article,aside,nav,hgroup,figure {
	display: block;
}

fieldset,img {  
    border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
}

input,textarea {
	padding: .1em;
}

h1,h2,h3,h4,h5,h6,pre { 
    font-size:100%; 
    font-weight:normal; 
}


/* Center CSS */
.wrapper{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html .wrapper {position:relative;}/*ie7*/
* html .wrapper{position:relative;}/*ie6*/

.container{display:table-cell;vertical-align: middle;}
*:first-child+html .container{position:absolute;top:50%;}/*ie7*/
* html .container{position:absolute;top:50%;}/*ie6*/

*:first-child+html .content{position:relative;top:-50%;}/*ie7*/
* html .content{position:relative;top:-50%;}/*ie6*/


/* Begin See You Soon Page */
html, body {
font-size: small;
line-height:1.5;
font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
margin:0; 
padding:0;
color:#333;
height:100%;
background:#dedede url(bg.jpg) center center no-repeat;
}

strong {
color:#000;
font-weight:bold;
}

h1 {
font-size:220%;
line-height:1.5;
margin:2em 0 0.5em;
font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

a {
color:#f00;
text-decoration:underline;
}

a:hover {
color:#000;
}

p {
margin-bottom: 1.6em;
}

.wrapper {
height:100%;
width:900px;
}

.content {
text-align:left;
}

.introImg {
float:left;
width:495px;
}

.introText {
float:left;
width:395px;
margin:86px 0 0 10px;
}

a.linkLogo {
border:0px;
border-right:1px solid #ececec;
float:left;
line-height:50px;
padding:0 12px 0 0;
}

a.rightLogo {
border:0;
padding:0 0 0 14px;
}