/*
Theme Name: customtheme
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0 
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/
body {
margin:0;
padding:0;
font-family: Helvetica Neue, Arial, sans-serif;
margin-top:30px;
}
#container {
width:900px;
height:500px;
background-image:url(images/ghostavator.png);
background-repeat:no-repeat;
background-position:top center;
margin:0 auto;
background-color:#d9dbdc;
}
#leftcontent {
width:490px;
height:500px;
float:left;
font-size:30px;
padding-top:30px;
}
#rightcontent {
width:407px;
height:470px;
float:left;
border-left:#616161 solid 3px;
border-bottom:#616161 solid 3px;
font-family: Impact, sans-serif;
line-height:38px;
}
#rightcontent p {
padding:90px 0px 15px 15px;
text-align:left;
}
.f27 {
font-size:27px;
}
.gray {
color:#616161
}
.f56 {
font-size:56px;
}
#leftcontent p {
padding:15px 15px 15px 0px;
text-align:right;
}
