//This snippet is custom made for use in a TextMate Bundle.
//To appropriately use it, create a TextMate Bundle out of it.
//After that you can assign it it's own shortcuts / key equivalents.
div#${1}-columns {
}
div.${1}-left {
width: 49%;
float: left;
}
div.${1}-right {
width: 49%;
float: right;
}