* {
    font-family: 'Francois One', sans-serif;}


.wrapper {
    width: 900px;
	margin: 0 auto;
    background-color: #d3d3d3;
    height:100%;
    padding:10px;

}

.welcome {margin-left: 250px;
    width: 390px;


}

.enterButton {
    text-align: right;
}

.header {
    height:50px;
    margin:10 15 0;
}


#chatbox {
    position: relative;
    text-align: text-bottom;
    font-size: 0.8em;
    margin:2 17;
    width:684px;
    background: white;
    height: 50%;
    float:left;
    overflow:auto;
}

#chat {
    position: absolute;
    bottom:0px;

}

.message {position: relative;
    margin:2 17;
    width:684px;
        clear:both;
    float:left;

}

#message {
    position:absolute;
    left:0;
    width: 81%;
    height: 60px;
}

#send {
    position:absolute;
    right:0;
    width: 18%;
    height: 60px;
    font-size: 1.2em;
}

.customize {
    margin-top:60px;
    float: left;
}

#chat p {margin:0;}

#chat p.font1 {
    font-family: 'Arial';
}
#chat p.font2 {
    font-family: 'Georgia';
}

#chat p.font3 {
    font-family: 'Times New Roman';
}
#chat p.font4 {
    font-family: 'Francois One', sans-serif;
}

#chat p.black {
    color: black;
}
#chat p.blue {
    color: blue;
}
#chat p.green {
    color: green;
}
#chat p.red {
    color: red;
}


.sidebar {
    position: relative;
    margin-top:8px;
    padding-left:10px;
    height:412px;
    margin-left:80%;
    border-left:solid black 1px;
    width:auto;
}


.copyright {
    position: absolute;
    right:0px;
    bottom:0px;
    font-size: 0.7em;
    
    margin-right:7%;
    
}

.emoticono1{
	float:left;



}