
public class ArtRocketStart {

	public static final int SIZE = 3;

	public static void main(String[] args) {
		top();
		divider();
		topBody();
		divider();
		lowerBody();
		divider();
		bottom();
	}

	public static void top() {

	}

	public static void topBody() {

	}

	public static void lowerBody() {

	}

	public static void bottom() {

	}

	public static void divider() {

	}

}
