﻿/** Styles relevant to the homepage of NoteSync */

body {
}

#pitch {
	width: 500px;
	clear: both;
}

/* Features */
#features 
{
    float: left;
}

#features div 
{
    width: 247px;
    float: left;
    margin-right: 15px;
}

#features div img 
{
    float: left;
}

#features div p 
{
    float: right;
    width: 208px;
    margin-left: 5px;
}