@charset "utf-8";
/* CSS Document */

body{
margin:0;
background-color:#e4ded2;/*e0d9cc*/
}

#maincontainer {
margin:0 auto;
width:1000px;
height:650px;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
}

#cartoon_me{
margin:20px auto 0px auto;
/*margin-top:100px;*/
width:330px;
height:460px;
background-image:url(images/cartoon_me.png);
background-repeat:no-repeat;
}
.txt{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#333;
width:450px;
margin:15px auto;
}

#links_box{
margin:0 auto;
width:300px;
height:30px;
}

#twitter {
width:200px;
height:40px;
margin:5px auto 5px auto;
}

#blog_link {
width:70px;
height:30px;
margin:0px 5px 0px 0px;
float:left;
}
#blog_link a:hover{
/*border:thin solid #333;*/	
}

#portfolio_link {
width:100px;
height:30px;
margin:0px 5px 0px 0px;
float:left;
}

#twitter_link {
width:100px;
height:30px;
margin:0px 5px 0px 0px;
float:left;
}
