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

html, body{
margin:0;
padding:0;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

body{
background-color:#000000;}

h1{
font-size:1.2em;}

a{
color:#FFFFFF;}

#container{
width:1000px;
margin:auto;
margin-top:20px;
}

#logo{
background-image:url(../images/TwosCompany_logo.gif);
background-repeat:no-repeat;
height:220px;
width:311px;
margin:auto;
}

#content{
float:right;
width:700px;
color:#FFFFFF;
text-align:center;
}

#leaves{
background-color:#000000;
margin-top:80px;
margin-bottom:60px;
float:left;
width:200px;
height: 860px;
background-image:url(../images/leaves.jpg);
background-repeat:no-repeat;
}

#menu-left{
float:left;
margin-top:5px;
width:200px;
font-size:23px;
margin-right:20px
}

#menu-left a{
color:#FFFFFF;
text-decoration:none;
}
.left-align{
text-align:left;
}


