body {
	background-color: #EFEEEB;
}

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

#wrap {
width:529px;
margin-left:auto;
margin-right:auto;
margin-top:32px;
}

#leftcolum {
width:299px;
float:left;
}

#leftcolum .logo {
width:299px;
height:409px;
float:left;
background-image:url(images/intro_logo.jpg);
background-repeat:no-repeat;
}

#leftcolum .content {
width:299px;
float:left;
}

#leftcolum .content img {
border:0px;
}

#leftcolum .copy {
width:299px;
float:left
}

#leftcolum .copy p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align:center;
padding-bottom:10px;
padding-top:5px;
}

#rightcolum {
width:230px;
float:left;
margin-top:30px;
}

#rightcolum p {
color:#999999;
padding-left:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
padding-bottom:30px;
}

#rightcolum .capital {
font-size:16px;
}

#rightcolum .red {
color:#990000;
}